UNPKG

chain-registry

Version:
33 lines (32 loc) 1.25 kB
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' }] }; export default info;