Skip to content

Commit

Permalink
add ens to berachain
Browse files Browse the repository at this point in the history
  • Loading branch information
lethaale committed Feb 9, 2025
1 parent 5689b08 commit 4b91d5b
Showing 1 changed file with 8 additions and 0 deletions.
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 4b91d5b

Please sign in to comment.