chain-registry
Version:
35 lines (34 loc) • 1.3 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'cheqd',
assets: [{
description: 'Native token for the cheqd network',
denom_units: [{
denom: 'ncheq',
exponent: 0
}, {
denom: 'cheq',
exponent: 9
}],
base: 'ncheq',
display: 'cheq',
name: 'cheqd',
symbol: 'CHEQ',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg'
},
coingecko_id: 'cheqd-network',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg',
theme: {
primary_color_hex: '#fc5f04'
}
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;