UNPKG

chain-registry

Version:
25 lines (24 loc) 800 B
const info = { $schema: '../assetlist.schema.json', chainName: 'heli', assets: [{ description: 'The native token of HeliChain', denomUnits: [{ denom: 'uheli', exponent: 0 }, { denom: 'heli', exponent: 6 }], base: 'uheli', name: 'Heli', display: 'heli', symbol: 'HELI', images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/heli/images/heli.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/heli/images/heli.svg' }], typeAsset: 'sdk.coin' }] }; export default info;