UNPKG

chain-registry

Version:
31 lines (30 loc) 979 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chain_name: 'berachain', assets: [{ description: 'The native staking token of Berachain.', denom_units: [{ denom: 'wei', exponent: 0 }, { denom: 'bera', exponent: 18 }], base: 'wei', display: 'bera', name: 'Berachain', symbol: 'BERA', images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/berachain/images/bera.png', theme: { circle: true, primary_color_hex: '#7c340c' } }], coingecko_id: 'berachain-bera', type_asset: 'sdk.coin' }] }; exports.default = info;