@chain-registry/v2
Version:
40 lines (39 loc) • 1.53 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'cheqdtestnet',
assets: [{
description: 'Native token for the cheqd network',
denomUnits: [{
denom: 'ncheq',
exponent: 0
}, {
denom: 'cheq',
exponent: 9
}],
base: 'ncheq',
display: 'cheq',
name: 'cheqd',
symbol: 'CHEQ',
traces: [{
type: 'test-mintage',
counterparty: {
chainName: 'cheqd',
baseDenom: 'ncheq'
},
provider: 'Cheqd'
}],
logoURIs: {
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'
},
coingeckoId: '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'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;