UNPKG

chain-registry

Version:
33 lines (32 loc) 1.2 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); 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' }] }; exports.default = info;