Skip to content

Commit

Permalink
Added additional sepolia testnets.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jan 16, 2024
1 parent 43fb9c2 commit 4efef76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src.ts/providers/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ function injectCommonNetworks(): void {
ensNetwork: 1,
});
registerEth("arbitrum-goerli", 421613, { });
registerEth("arbitrum-sepolia", 421614, { });

registerEth("base", 8453, { ensNetwork: 1 });
registerEth("base-goerli", 84531, { });
Expand Down Expand Up @@ -427,6 +428,7 @@ function injectCommonNetworks(): void {
plugins: [ ]
});
registerEth("optimism-goerli", 420, { });
registerEth("optimism-sepolia", 11155420, { });

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

0 comments on commit 4efef76

Please sign in to comment.