UNPKG

@chain-registry/v2

Version:
70 lines (69 loc) 2.26 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../../assetlist.schema.json', chainName: 'polkadottestnet', assets: [{ description: 'The native fee, governance, staking, and bonding token of the Polkadot platform.', denomUnits: [ { denom: 'Planck', exponent: 0, aliases: ['planck'] }, { denom: 'uDOT', exponent: 4, aliases: [ 'udot', 'microdot', 'Microdot' ] }, { denom: 'mDOT', exponent: 7, aliases: ['millidot', 'Millidot'] }, { denom: 'DOT', exponent: 10, aliases: [ 'dot', 'New DOT', 'new dot' ] }, { denom: 'DOT (old)', exponent: 12 }, { denom: 'MDOT', exponent: 16, aliases: ['million', 'Million'] } ], typeAsset: 'substrate', base: 'Planck', name: 'Polkadot', display: 'DOT', symbol: 'DOT', traces: [{ type: 'test-mintage', counterparty: { chainName: 'polkadot', baseDenom: 'Planck' }, provider: 'Polkadot' }], logoURIs: { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg' }, coingeckoId: 'polkadot', images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg' }] }] }; exports.default = info;