UNPKG

chain-registry

Version:
35 lines (34 loc) 1.15 kB
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' }] }; export default info;