File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ export { InputSection } from './InputSection/InputSection'
2727export { InputSlider } from './InputSlider/InputSlider'
2828export { Layout } from './Layout/Layout'
2929export { Loading } from './Loading/Loading'
30- export { MigrationBanner } from './MigrationBanner/MigrationBanner'
3130export { MigrationInProgress } from './MigrationInProgress/MigrationInProgress'
3231export { MobileNav } from './MobileNav/MobileNav'
3332export { Notification } from './Notification/Notification'
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ export const NETWORK_CONFIG: NetworkConfig = {
120120 creditManager : 'osmo1f2m24wktq0sw3c0lexlg7fv4kngwyttvzws3a3r3al9ld2s2pvds87jqvf' ,
121121 accountNft : 'osmo1450hrg6dv2l58c0rvdwx8ec2a0r6dd50hn4frk370tpvqjhy8khqw7sw09' ,
122122 pyth : 'osmo13ge29x4e2s63a8ytz2px8gurtyznmue4a69n5275692v3qn3ks8q7cwck7' ,
123+ params : 'osmo1nlmdxt9ctql2jr47qd4fpgzg84cjswxyw6q99u4y4u4q6c2f5ksq7ysent' ,
123124 } ,
124125 assets : {
125126 base : ASSETS . osmo ,
@@ -147,6 +148,7 @@ export const NETWORK_CONFIG: NetworkConfig = {
147148 displayCurrency : OTHER_ASSETS . usd ,
148149 appUrl : 'https://app.osmosis.zone' ,
149150 isFieldsEnabled : true ,
151+ hasMultiAssetIncentives : true ,
150152}
151153
152154export const VAULT_CONFIGS : Vault [ ] = [
You can’t perform that action at this time.
0 commit comments