UNPKG

chain-registry

Version:
45 lines (44 loc) 1.69 kB
const info = { $schema: '../../assetlist.schema.json', chain_name: 'kyvetestnet', assets: [{ description: 'The native utility token of the Kaon testnet version of KYVE.', denom_units: [{ denom: 'tkyve', exponent: 0 }, { denom: 'kyve', exponent: 6 }], base: 'tkyve', name: 'KYVE', display: 'kyve', symbol: 'KYVE', traces: [{ type: 'test-mintage', counterparty: { chain_name: 'kyve', base_denom: 'ukyve' }, provider: 'Kyve' }], logo_URIs: { 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' }, 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', image_sync: { chain_name: 'kyve', base_denom: 'ukyve' }, theme: { primary_color_hex: '#335350' } }], type_asset: 'sdk.coin', coingecko_id: 'kyve-network' }] }; export default info;