Skip to content

Commit 9661b9d

Browse files
dschlabachjxom
andauthored
feat: add ENS registry and universal resolver for Sepolia (#1105)
* feat: add ENS registry and universal resolver for Sepolia Adding the ENS Registry and ensUniversalResolver contracts for Sepolia so they can be supported by viem and wagmi out of the box. * Create lucky-cycles-appear.md * Update lucky-cycles-appear.md --------- Co-authored-by: jxom <[email protected]>
1 parent b76b727 commit 9661b9d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.changeset/lucky-cycles-appear.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 Registry and ENS Universal Resolver for Sepolia.

src/chains/definitions/sepolia.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ export const sepolia = /*#__PURE__*/ defineChain({
3636
address: '0xca11bde05977b3631167028862be2a173976ca11',
3737
blockCreated: 6507670,
3838
},
39+
ensRegistry: { address: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' },
40+
ensUniversalResolver: {
41+
address: '0x21B000Fd62a880b2125A61e36a284BB757b76025',
42+
blockCreated: 3914906,
43+
},
3944
},
4045
testnet: true,
4146
})

0 commit comments

Comments
 (0)