Skip to content

Commit

Permalink
Merge pull request #176 from ensdomains/chore/update-ur-address
Browse files Browse the repository at this point in the history
chore: update UniversalResolver addresses
  • Loading branch information
TateB authored Feb 19, 2024
2 parents 8d0f501 + 61f6203 commit 8c66af7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/ensjs/src/contracts/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const addresses = {
address: '0xa58E81fe9b61B5c3fE2AFD33CF304c454AbFc7Cb',
},
ensUniversalResolver: {
address: '0x8cab227b1162f03b8338331adaad7aadc83b895e',
address: '0xce01f8eee7E479C928F8919abD53E553a36CeF67',
},
},
goerli: {
Expand Down Expand Up @@ -97,7 +97,7 @@ export const addresses = {
address: '0x6d9F26FfBcF1c6f0bAe9F2C1f7fBe8eE6B1d8d4d',
},
ensUniversalResolver: {
address: '0xfc4AC75C46C914aF5892d6d3eFFcebD7917293F1',
address: '0x898A1182F3C2BBBF0b16b4DfEf63E9c3e9eB4821',
},
},
sepolia: {
Expand Down Expand Up @@ -129,7 +129,7 @@ export const addresses = {
address: '0xA0a1AbcDAe1a2a4A2EF8e9113Ff0e02DD81DC0C6',
},
ensUniversalResolver: {
address: '0xBaBC7678D7A63104f1658c11D6AE9A21cdA09725',
address: '0xc8af999e38273d658be1b921b88a9ddf005769cc',
},
},
holesky: {
Expand Down Expand Up @@ -161,7 +161,7 @@ export const addresses = {
address: '0x132AC0B116a73add4225029D1951A9A707Ef673f',
},
ensUniversalResolver: {
address: '0x2548a7E09deE955c4d97688dcB6C5b24085725f5',
address: '0xa6ac935d4971e3cd133b950ae053becd16fe7f3b',
},
},
} as const satisfies Record<
Expand Down

0 comments on commit 8c66af7

Please sign in to comment.