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'
27
27
export { InputSlider } from './InputSlider/InputSlider'
28
28
export { Layout } from './Layout/Layout'
29
29
export { Loading } from './Loading/Loading'
30
- export { MigrationBanner } from './MigrationBanner/MigrationBanner'
31
30
export { MigrationInProgress } from './MigrationInProgress/MigrationInProgress'
32
31
export { MobileNav } from './MobileNav/MobileNav'
33
32
export { Notification } from './Notification/Notification'
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ export const NETWORK_CONFIG: NetworkConfig = {
120
120
creditManager : 'osmo1f2m24wktq0sw3c0lexlg7fv4kngwyttvzws3a3r3al9ld2s2pvds87jqvf' ,
121
121
accountNft : 'osmo1450hrg6dv2l58c0rvdwx8ec2a0r6dd50hn4frk370tpvqjhy8khqw7sw09' ,
122
122
pyth : 'osmo13ge29x4e2s63a8ytz2px8gurtyznmue4a69n5275692v3qn3ks8q7cwck7' ,
123
+ params : 'osmo1nlmdxt9ctql2jr47qd4fpgzg84cjswxyw6q99u4y4u4q6c2f5ksq7ysent' ,
123
124
} ,
124
125
assets : {
125
126
base : ASSETS . osmo ,
@@ -147,6 +148,7 @@ export const NETWORK_CONFIG: NetworkConfig = {
147
148
displayCurrency : OTHER_ASSETS . usd ,
148
149
appUrl : 'https://app.osmosis.zone' ,
149
150
isFieldsEnabled : true ,
151
+ hasMultiAssetIncentives : true ,
150
152
}
151
153
152
154
export const VAULT_CONFIGS : Vault [ ] = [
You can’t perform that action at this time.
0 commit comments