Skip to content

Commit

Permalink
Add ENS support for Sepolia (#4422).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Nov 1, 2023
1 parent e0c1d97 commit 1da50ae
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 1da50ae

Please sign in to comment.