UNPKG

chain-registry

Version:
43 lines (42 loc) 1.44 kB
const info = { $schema: '../../assetlist.schema.json', chainName: 'hippoprotocoltestnet', assets: [{ description: 'The native token of Hippo Protocol.', denomUnits: [{ denom: 'ahp', exponent: 0 }, { denom: 'hp', exponent: 18 }], typeAsset: 'sdk.coin', base: 'ahp', name: 'Hippo', display: 'hp', symbol: 'HP', traces: [{ type: 'test-mintage', counterparty: { chainName: 'hippoprotocol', baseDenom: 'ahp' }, provider: 'Hippo Protocol' }], logoURIs: { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg' }, images: [{ imageSync: { chainName: 'hippoprotocol', baseDenom: 'ahp' }, svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg' }], socials: { website: 'https://hippoprotocol.ai/', x: 'https://x.com/Hippo_Protocol' } }] }; export default info;