🐛 Fix HC unreachable code (#396)
This commit is contained in:
parent
63aba423b2
commit
6d4c09981f
@ -130,4 +130,17 @@ export const ASSETS: Asset[] = [
|
|||||||
isStable: false,
|
isStable: false,
|
||||||
forceFetchPrice: 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,
|
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[] = [
|
export const VAULTS_META_DATA: VaultMetaData[] = [
|
||||||
|
2
src/types/interfaces/asset.d.ts
vendored
2
src/types/interfaces/asset.d.ts
vendored
@ -13,6 +13,7 @@ interface Asset {
|
|||||||
| 'WETH.axl'
|
| 'WETH.axl'
|
||||||
| 'OSMO-USDC.n'
|
| 'OSMO-USDC.n'
|
||||||
| '$'
|
| '$'
|
||||||
|
| 'gamm/pool/12'
|
||||||
id:
|
id:
|
||||||
| 'OSMO'
|
| 'OSMO'
|
||||||
| 'ATOM'
|
| 'ATOM'
|
||||||
@ -24,6 +25,7 @@ interface Asset {
|
|||||||
| 'nUSDC'
|
| 'nUSDC'
|
||||||
| 'OSMO-USDC.n'
|
| 'OSMO-USDC.n'
|
||||||
| 'USD'
|
| 'USD'
|
||||||
|
| 'gamm/pool/12'
|
||||||
prefix?: string
|
prefix?: string
|
||||||
contract_addr?: string
|
contract_addr?: string
|
||||||
logo: string
|
logo: string
|
||||||
|
Loading…
Reference in New Issue
Block a user