UNPKG

@chain-registry/v2

Version:
36 lines (35 loc) 1.18 kB
const info = { $schema: '../../assetlist.schema.json', chainName: 'stargazetestnet', assets: [{ description: 'The native token of Stargaze', denomUnits: [{ denom: 'ustars', exponent: 0 }, { denom: 'stars', exponent: 6 }], base: 'ustars', name: 'Stargaze', display: 'stars', symbol: 'STARS', traces: [{ type: 'test-mintage', counterparty: { chainName: 'stargaze', baseDenom: 'ustars' }, provider: 'Stargaze' }], logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png' }, coingeckoId: 'stargaze', images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png' }], typeAsset: 'sdk.coin' }] }; export default info;