chain-registry
Version:
33 lines (32 loc) • 1.21 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'decentr',
assets: [{
description: 'The native token of Decentr',
denom_units: [{
denom: 'udec',
exponent: 0
}, {
denom: 'dec',
exponent: 6
}],
base: 'udec',
name: 'Decentr',
display: 'dec',
symbol: 'DEC',
logo_URIs: {
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'
},
coingecko_id: 'decentr',
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',
theme: {
primary_color_hex: '#4678e9'
}
}],
type_asset: 'sdk.coin'
}]
};
export default info;