opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
22 lines (20 loc) • 483 B
text/typescript
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,
})