chain-registry
Version:
38 lines (37 loc) • 1.46 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'cheqdtestnet',
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',
traces: [{
type: 'test-mintage',
counterparty: {
chain_name: 'cheqd',
base_denom: 'ncheq'
},
provider: 'Cheqd'
}],
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cheqdtestnet/images/cheq.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cheqdtestnet/images/cheq.svg'
},
coingecko_id: 'cheqd-network',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cheqdtestnet/images/cheq.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cheqdtestnet/images/cheq.svg'
}],
type_asset: 'sdk.coin'
}]
};
export default info;