chain-registry
Version:
29 lines (28 loc) • 1.06 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chainName: 'decentr',
assets: [{
description: 'The native token of Decentr',
denomUnits: [{
denom: 'udec',
exponent: 0
}, {
denom: 'dec',
exponent: 6
}],
base: 'udec',
name: 'Decentr',
display: 'dec',
symbol: 'DEC',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg'
}],
typeAsset: 'sdk.coin'
}]
};
export default info;