UNPKG

chain-registry

Version:
35 lines (34 loc) 1.33 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chain_name: 'zetachain', assets: [{ description: 'The native token of ZetaChain', denom_units: [{ denom: 'azeta', exponent: 0 }, { denom: 'zeta', exponent: 18 }], base: 'azeta', name: 'ZetaChain', display: 'zeta', symbol: 'ZETA', coingecko_id: 'zetachain', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zetachain/images/zetachain.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zetachain/images/zetachain.svg' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zetachain/images/zetachain.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zetachain/images/zetachain.svg', theme: { primary_color_hex: '#045443' } }], type_asset: 'sdk.coin' }] }; exports.default = info;