chain-registry
Version:
31 lines (30 loc) • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
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/',
x: 'https://x.com/Hippo_Protocol'
}
}]
};
exports.default = info;