Skip to content

Commit 7cd4472

Browse files
committed
v1.7.0
1 parent 433b6df commit 7cd4472

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/common/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export { InputSection } from './InputSection/InputSection'
2727
export { InputSlider } from './InputSlider/InputSlider'
2828
export { Layout } from './Layout/Layout'
2929
export { Loading } from './Loading/Loading'
30-
export { MigrationBanner } from './MigrationBanner/MigrationBanner'
3130
export { MigrationInProgress } from './MigrationInProgress/MigrationInProgress'
3231
export { MobileNav } from './MobileNav/MobileNav'
3332
export { Notification } from './Notification/Notification'

src/configs/osmosis-1.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

152154
export const VAULT_CONFIGS: Vault[] = [

0 commit comments

Comments
 (0)