UNPKG

@chain-registry/v2

Version:
40 lines (39 loc) 1.47 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../assetlist.schema.json', chainName: 'terra2testnet', assets: [{ description: 'The native staking token of Terra.', denomUnits: [{ denom: 'uluna', exponent: 0 }, { denom: 'luna', exponent: 6 }], base: 'uluna', name: 'Luna', display: 'luna', symbol: 'LUNA', traces: [{ type: 'test-mintage', counterparty: { chainName: 'terra2', baseDenom: 'uluna' }, provider: 'Terra' }], logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg' }, coingeckoId: 'terra-luna-2', images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg' }], typeAsset: 'sdk.coin' }] }; exports.default = info;