@chain-registry/v2
Version:
31 lines (30 loc) • 1.23 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'cudostestnet',
assets: [{
description: 'The native token of the Cudos blockchain',
denomUnits: [{
denom: 'acudos',
exponent: 0,
aliases: ['attocudos']
}, {
denom: 'cudos',
exponent: 18,
aliases: []
}],
base: 'acudos',
name: 'Cudos',
display: 'cudos',
symbol: 'CUDOS',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cudostestnet/images/cudos.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cudostestnet/images/cudos.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cudostestnet/images/cudos.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cudostestnet/images/cudos.svg'
}],
typeAsset: 'sdk.coin'
}]
};
export default info;