UNPKG

chain-registry

Version:
36 lines (35 loc) 1.35 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chainName: 'kyve', assets: [{ description: 'The native utility token of the KYVE network.', denomUnits: [{ denom: 'ukyve', exponent: 0 }, { denom: 'kyve', exponent: 6 }], base: 'ukyve', name: 'KYVE', display: 'kyve', symbol: 'KYVE', logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg' }, coingeckoId: 'kyve-network', images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg' }], socials: { website: 'https://www.kyve.network/', x: 'https://x.com/KYVENetwork' }, typeAsset: 'sdk.coin' }] }; exports.default = info;