Skip to content

Commit

Permalink
Add ENS support for Sepolia (ethers-io#4422).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo authored and Woodpile37 committed Jan 14, 2024
1 parent 1b30a7f commit 0bc9f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/providers/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ function injectCommonNetworks(): void {
registerEth("rinkeby", 4, { ensNetwork: 4 });
registerEth("goerli", 5, { ensNetwork: 5 });
registerEth("kovan", 42, { ensNetwork: 42 });
registerEth("sepolia", 11155111, { });
registerEth("sepolia", 11155111, { ensNetwork: 11155111 });

registerEth("classic", 61, { });
registerEth("classicKotti", 6, { });
Expand Down

0 comments on commit 0bc9f9c

Please sign in to comment.