Skip to content

Commit

Permalink
feat: berachain bArtio 80084 (#2420)
Browse files Browse the repository at this point in the history
Berachain's Latest V2 bArtio Network

BREAKING CHANGE: No
  • Loading branch information
codingwithmanny authored Jun 17, 2024
1 parent ec831b5 commit 815e30d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/chains/definitions/berachainTestnetbArtio.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import { defineChain } from '../../utils/chain/defineChain.js'

export const berachainTestnetbArtio = /*#__PURE__*/ defineChain({
id: 80084,
name: 'Berachain bArtio',
nativeCurrency: {
decimals: 18,
name: 'BERA Token',
symbol: 'BERA',
},
rpcUrls: {
default: { http: ['https://bartio.rpc.berachain.com'] },
},
blockExplorers: {
default: {
name: 'Berachain bArtio Beratrail',
url: 'https://bartio.beratrail.io',
},
},
testnet: true,
})

0 comments on commit 815e30d

Please sign in to comment.