chain-registry
Version:
45 lines (44 loc) • 1.52 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
}, {
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'
}
}]
};
exports.default = info;