UNPKG

chain-registry

Version:
44 lines (43 loc) 1.64 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); 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', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg' }, coingeckoId: 'stargaze', images: [{ imageSync: { chainName: 'stargaze', baseDenom: 'ustars' }, png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg' }], typeAsset: 'sdk.coin' }] }; exports.default = info;