Skip to content

Commit 4efef76

Browse files
committed
Added additional sepolia testnets.
1 parent 43fb9c2 commit 4efef76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src.ts/providers/network.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ function injectCommonNetworks(): void {
398398
ensNetwork: 1,
399399
});
400400
registerEth("arbitrum-goerli", 421613, { });
401+
registerEth("arbitrum-sepolia", 421614, { });
401402

402403
registerEth("base", 8453, { ensNetwork: 1 });
403404
registerEth("base-goerli", 84531, { });
@@ -427,6 +428,7 @@ function injectCommonNetworks(): void {
427428
plugins: [ ]
428429
});
429430
registerEth("optimism-goerli", 420, { });
431+
registerEth("optimism-sepolia", 11155420, { });
430432

431433
registerEth("xdai", 100, { ensNetwork: 1 });
432434
}

0 commit comments

Comments
 (0)