chain-registry
Version:
28 lines (27 loc) • 1.11 kB
JavaScript
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'
}]
};
export default info;