chain-registry
Version:
29 lines (28 loc) • 974 B
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'hippoprotocoltestnet',
assets: [{
description: 'The native token of Hippo Protocol.',
denomUnits: [{
denom: 'ahp',
exponent: 0
}],
typeAsset: 'sdk.coin',
base: 'ahp',
name: 'Hippo',
display: 'ahp',
symbol: 'HP',
logoURIs: {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
},
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
}],
coingeckoId: 'hippo-protocol',
socials: {
website: 'https://hippoprotocol.ai/',
twitter: 'https://x.com/Hippo_Protocol'
}
}]
};
export default info;