UNPKG

chain-registry

Version:
28 lines (27 loc) 1.11 kB
const info = { $schema: '../../assetlist.schema.json', chain_name: 'celestiatestnet2', assets: [{ denom_units: [{ denom: 'utia', exponent: 0 }, { denom: 'tia', exponent: 6 }], base: 'utia', name: 'Celestia', display: 'tia', symbol: 'TIA', logo_URIs: { 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' }], type_asset: 'sdk.coin' }] }; export default info;