chain-registry
Version:
34 lines (33 loc) • 1.23 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'idep',
assets: [{
description: 'The native token of IDEP chain',
denom_units: [{
denom: 'IDEP',
exponent: 6,
aliases: []
}, {
denom: 'idep',
exponent: 0,
aliases: []
}],
base: 'idep',
name: 'IDEP',
display: 'IDEP',
symbol: 'IDEP',
logo_URIs: {
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',
theme: {
primary_color_hex: '#c5b4cf'
}
}],
type_asset: 'sdk.coin'
}]
};
export default info;