Skip to content

Commit

Permalink
feat: add holesky ens addresses (#1750)
Browse files Browse the repository at this point in the history
* feat: add holesky ens contract addresses

* Create witty-snails-sniff.md
  • Loading branch information
TateB authored Jan 30, 2024
1 parent 3976a4f commit 4783336
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/witty-snails-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added ENS Registry and ENS Universal Resolver addresses for Holesky.
8 changes: 8 additions & 0 deletions src/chains/definitions/holesky.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ export const holesky = /*#__PURE__*/ defineChain({
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 77,
},
ensRegistry: {
address: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e',
blockCreated: 801613,
},
ensUniversalResolver: {
address: '0x2548a7E09deE955c4d97688dcB6C5b24085725f5',
blockCreated: 815385,
},
},
testnet: true,
})

0 comments on commit 4783336

Please sign in to comment.