chain-registry
Version:
35 lines (34 loc) • 1.29 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
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'
}]
};
exports.default = info;