chain-registry
Version:
31 lines (30 loc) • 1.12 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chainName: 'idep',
assets: [{
description: 'The native token of IDEP chain',
denomUnits: [{
denom: 'IDEP',
exponent: 6,
aliases: []
}, {
denom: 'idep',
exponent: 0,
aliases: []
}],
base: 'idep',
name: 'IDEP',
display: 'IDEP',
symbol: 'IDEP',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.svg'
}],
typeAsset: 'sdk.coin'
}]
};
export default info;