Skip to content

Commit 83198b2

Browse files
Dhaiwat10claude0xFirekeeper
authored
[SDK] Update ENS Universal Resolver address for ENSv2 (#8733)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: 0xFirekeeper <0xFirekeeper@gmail.com>
1 parent a138681 commit 83198b2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/empty-dots-tell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Updates the hardcoded ENS Universal Resolver address from 0xce01f8eee7E479C928F8919abD53E553a36CeF67 (old) to 0xeeeeeeee14d718c2b47d9923deab1335e144eeee (new)

packages/thirdweb/src/extensions/ens/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const UNIVERSAL_RESOLVER_ADDRESS =
2-
"0xce01f8eee7E479C928F8919abD53E553a36CeF67";
2+
"0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
33
export const BASENAME_RESOLVER_ADDRESS =
44
"0xC6d566A56A1aFf6508b41f6c90ff131615583BCD";
55
export const BASE_SEPOLIA_BASENAME_RESOLVER_ADDRESS =

0 commit comments

Comments
 (0)