UNPKG

opstack-kit-chains

Version:
22 lines (20 loc) 483 B
import { defineChain } from '../../utils/chain/defineChain.js' export const berachainTestnet = /*#__PURE__*/ defineChain({ id: 80085, name: 'Berachain Artio', nativeCurrency: { decimals: 18, name: 'BERA Token', symbol: 'BERA', }, rpcUrls: { default: { http: ['https://artio.rpc.berachain.com'] }, }, blockExplorers: { default: { name: 'Berachain', url: 'https://artio.beratrail.io', }, }, testnet: true, })