Skip to content

Commit

Permalink
feat: add ENS contracts to berachain L1 (#3325)
Browse files Browse the repository at this point in the history
* add ens to berachain

* Create lovely-dodos-sit.md

---------

Co-authored-by: Lethale <[email protected]>
Co-authored-by: jxom <[email protected]>
  • Loading branch information
3 people authored Feb 9, 2025
1 parent 0a32b1e commit f68da13
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/lovely-dodos-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added ENS contracts to Berachain L1.
8 changes: 8 additions & 0 deletions src/chains/definitions/berachain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ export const berachain = /*#__PURE__*/ defineChain({
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 0,
},
ensRegistry: {
address: '0x5b22280886a2f5e09a49bea7e320eab0e5320e28',
blockCreated: 877007,
},
ensUniversalResolver: {
address: '0xddfb18888a9466688235887dec2a10c4f5effee9',
blockCreated: 877008,
},
},
rpcUrls: {
default: { http: ['https://rpc.berachain.com'] },
Expand Down

0 comments on commit f68da13

Please sign in to comment.