UNPKG

chain-registry

Version:
99 lines (98 loc) 3.84 kB
const info = { $schema: '../../assetlist.schema.json', chain_name: 'stridetestnet', assets: [ { description: 'The native token of Stride', denom_units: [{ denom: 'ustrd', exponent: 0 }, { denom: 'strd', exponent: 6 }], base: 'ustrd', name: 'Stride', display: 'strd', symbol: 'STRD', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg' }], type_asset: 'sdk.coin' }, { description: 'Stride\'s liquid staked TIA', denom_units: [{ denom: 'stutia', exponent: 0 }, { denom: 'stTIA', exponent: 6 }], base: 'stutia', name: 'Stride Staked TIA', display: 'stTIA', symbol: 'stTIA', traces: [{ type: 'liquid-stake', counterparty: { chain_name: 'celestiatestnet3', base_denom: 'utia' }, provider: 'Stride' }], logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg', theme: { primary_color_hex: '#e40474' } }], type_asset: 'sdk.coin' }, { description: 'Stride\'s liquid staked DYDX', denom_units: [{ denom: 'stadv4tnt', exponent: 0 }, { denom: 'stDV4TNT', exponent: 18 }], base: 'stadv4tnt', name: 'Stride Staked DYDX', display: 'stDV4TNT', symbol: 'stDV4TNT', traces: [{ type: 'liquid-stake', counterparty: { chain_name: 'dydxtestnet', base_denom: 'adv4tnt' }, provider: 'Stride' }], logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg', theme: { primary_color_hex: '#e40474' } }], type_asset: 'sdk.coin' } ] }; export default info;