Skip to content

Commit f68da13

Browse files
lethaalejxom
andauthored
feat: add ENS contracts to berachain L1 (#3325)
* add ens to berachain * Create lovely-dodos-sit.md --------- Co-authored-by: Lethale <[email protected]> Co-authored-by: jxom <[email protected]>
1 parent 0a32b1e commit f68da13

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.changeset/lovely-dodos-sit.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 contracts to Berachain L1.

src/chains/definitions/berachain.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ export const berachain = /*#__PURE__*/ defineChain({
1212
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
1313
blockCreated: 0,
1414
},
15+
ensRegistry: {
16+
address: '0x5b22280886a2f5e09a49bea7e320eab0e5320e28',
17+
blockCreated: 877007,
18+
},
19+
ensUniversalResolver: {
20+
address: '0xddfb18888a9466688235887dec2a10c4f5effee9',
21+
blockCreated: 877008,
22+
},
1523
},
1624
rpcUrls: {
1725
default: { http: ['https://rpc.berachain.com'] },

0 commit comments

Comments
 (0)