@chain-registry/v2
Version:
30 lines (29 loc) • 1.19 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'celestiatestnet2',
assets: [{
denomUnits: [{
denom: 'utia',
exponent: 0
}, {
denom: 'tia',
exponent: 6
}],
base: 'utia',
name: 'Celestia',
display: 'tia',
symbol: 'TIA',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet2/images/celestia.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet2/images/celestia.svg'
},
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet2/images/celestia.svg',
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet2/images/celestia.png'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;