🐛 Fix HC unreachable code (#396)
This commit is contained in:
@@ -130,4 +130,17 @@ export const ASSETS: Asset[] = [
|
||||
isStable: false,
|
||||
forceFetchPrice: false,
|
||||
},
|
||||
{
|
||||
symbol: 'gamm/pool/12',
|
||||
name: 'gamm/pool/12',
|
||||
id: 'gamm/pool/12',
|
||||
denom: 'gamm/pool/12',
|
||||
color: '',
|
||||
logo: '',
|
||||
decimals: 6,
|
||||
isEnabled: false,
|
||||
isMarket: false,
|
||||
hasOraclePrice: true,
|
||||
forceFetchPrice: true,
|
||||
},
|
||||
]
|
||||
|
||||
@@ -24,26 +24,6 @@ export const TESTNET_VAULTS_META_DATA: VaultMetaData[] = [
|
||||
},
|
||||
isFeatured: true,
|
||||
},
|
||||
{
|
||||
address: 'osmo14lu7m4ganxs20258dazafrjfaulmfxruq9n0r0th90gs46jk3tuqwfkqwn',
|
||||
name: 'OSMO-USDC.axl',
|
||||
lockup: {
|
||||
duration: 7,
|
||||
timeframe: 'days',
|
||||
},
|
||||
provider: 'Apollo',
|
||||
denoms: {
|
||||
primary: 'uosmo',
|
||||
secondary: 'ibc/6F34E1BD664C36CE49ACC28E60D62559A5F96C4F9A6CCE4FC5A67B2852E24CFE',
|
||||
lp: 'gamm/pool/6',
|
||||
vault: 'factory/osmo14lu7m4ganxs20258dazafrjfaulmfxruq9n0r0th90gs46jk3tuqwfkqwn/cwVTT',
|
||||
},
|
||||
symbols: {
|
||||
primary: 'OSMO',
|
||||
secondary: 'USDC.axl',
|
||||
},
|
||||
isFeatured: true,
|
||||
},
|
||||
]
|
||||
|
||||
export const VAULTS_META_DATA: VaultMetaData[] = [
|
||||
|
||||
Reference in New Issue
Block a user