chain-registry
Version:
37 lines (36 loc) • 1.23 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'humans',
assets: [{
description: 'The native staking and governance token of Humans.ai.',
denomUnits: [{
denom: 'aheart',
exponent: 0
}, {
denom: 'heart',
exponent: 18
}],
base: 'aheart',
name: 'HEART',
display: 'heart',
symbol: 'HEART',
logoURIs: {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg'
},
coingeckoId: 'humans-ai',
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg',
theme: {
darkMode: true
}
}],
socials: {
website: 'https://humans.ai/',
x: 'https://x.com/humansdotai'
},
typeAsset: 'sdk.coin'
}]
};
exports.default = info;