Skip to content

Commit 1da50ae

Browse files
committed
Add ENS support for Sepolia (#4422).
1 parent e0c1d97 commit 1da50ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src.ts/providers/network.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ function injectCommonNetworks(): void {
407407
registerEth("rinkeby", 4, { ensNetwork: 4 });
408408
registerEth("goerli", 5, { ensNetwork: 5 });
409409
registerEth("kovan", 42, { ensNetwork: 42 });
410-
registerEth("sepolia", 11155111, { });
410+
registerEth("sepolia", 11155111, { ensNetwork: 11155111 });
411411

412412
registerEth("classic", 61, { });
413413
registerEth("classicKotti", 6, { });

0 commit comments

Comments
 (0)