Skip to content

Commit

Permalink
feat: add ENS (BNS) to berachain bartio (#3101)
Browse files Browse the repository at this point in the history
* add ens to berachain bartio

* Create five-timers-decide.md

---------

Co-authored-by: jxom <[email protected]>
  • Loading branch information
lethaale and jxom authored Jan 8, 2025
1 parent b87dd30 commit e934c8b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/five-timers-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added ENS contract addresses to Berachain bArtio.
8 changes: 8 additions & 0 deletions src/chains/definitions/berachainTestnetbArtio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ export const berachainTestnetbArtio = /*#__PURE__*/ defineChain({
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 109269,
},
ensRegistry: {
address: '0xB0eef18971290b333450586D33dcA6cE122651D2',
blockCreated: 7736794,
},
ensUniversalResolver: {
address: '0x41692Ef1EA0C79E6b73077E4A67572D2BDbD7057',
blockCreated: 7736795,
},
},
rpcUrls: {
default: { http: ['https://bartio.rpc.berachain.com'] },
Expand Down

0 comments on commit e934c8b

Please sign in to comment.