Skip to content

Commit e934c8b

Browse files
lethaalejxom
andauthored
feat: add ENS (BNS) to berachain bartio (#3101)
* add ens to berachain bartio * Create five-timers-decide.md --------- Co-authored-by: jxom <[email protected]>
1 parent b87dd30 commit e934c8b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.changeset/five-timers-decide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"viem": patch
3+
---
4+
5+
Added ENS contract addresses to Berachain bArtio.

src/chains/definitions/berachainTestnetbArtio.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ export const berachainTestnetbArtio = /*#__PURE__*/ defineChain({
1313
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
1414
blockCreated: 109269,
1515
},
16+
ensRegistry: {
17+
address: '0xB0eef18971290b333450586D33dcA6cE122651D2',
18+
blockCreated: 7736794,
19+
},
20+
ensUniversalResolver: {
21+
address: '0x41692Ef1EA0C79E6b73077E4A67572D2BDbD7057',
22+
blockCreated: 7736795,
23+
},
1624
},
1725
rpcUrls: {
1826
default: { http: ['https://bartio.rpc.berachain.com'] },

0 commit comments

Comments
 (0)