chain-registry
Version:
40 lines (39 loc) • 1.48 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'terra2testnet',
assets: [{
description: 'The native staking token of Terra.',
denom_units: [{
denom: 'uluna',
exponent: 0
}, {
denom: 'luna',
exponent: 6
}],
base: 'uluna',
name: 'Luna',
display: 'luna',
symbol: 'LUNA',
traces: [{
type: 'test-mintage',
counterparty: {
chain_name: 'terra2',
base_denom: 'uluna'
},
provider: 'Terra'
}],
logo_URIs: {
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'
},
coingecko_id: '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'
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;