UNPKG

viem

Version:

TypeScript Interface for Ethereum

30 lines 840 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.berachainBepolia = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.berachainBepolia = (0, defineChain_js_1.defineChain)({ id: 80069, name: 'Berachain Bepolia', nativeCurrency: { decimals: 18, name: 'BERA Token', symbol: 'BERA', }, contracts: { multicall3: { address: '0xcA11bde05977b3631167028862bE2a173976CA11', blockCreated: 0, }, }, rpcUrls: { default: { http: ['https://bepolia.rpc.berachain.com'] }, }, blockExplorers: { default: { name: 'Berascan', url: 'https://bepolia.beratrail.io', }, }, testnet: true, }); //# sourceMappingURL=berachainBepolia.js.map