chain-registry
Version:
38 lines (37 loc) • 1.43 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'desmostestnet',
assets: [{
description: 'The native token of Desmos',
denom_units: [{
denom: 'udaric',
exponent: 0
}, {
denom: 'daric',
exponent: 6
}],
base: 'udaric',
name: 'Desmos Testnet',
display: 'daric',
symbol: 'DARIC',
traces: [{
type: 'test-mintage',
counterparty: {
chain_name: 'desmos',
base_denom: 'udsm'
},
provider: 'Desmos'
}],
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.svg'
},
coingecko_id: 'desmos',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.svg'
}],
type_asset: 'sdk.coin'
}]
};
export default info;