Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

feat: add ENS registry and universal resolver for Sepolia #476

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/chains/src/sepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ export const sepolia = {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 6507670,
},
ensRegistry: { address: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' },
ensUniversalResolver: {
address: '0x21B000Fd62a880b2125A61e36a284BB757b76025',
blockCreated: 3914906,
},
},
testnet: true,
} as const satisfies Chain
Loading