good morning!!!!

Skip to content
Snippets Groups Projects
Commit b4aaab8d authored by Richard Moore's avatar Richard Moore
Browse files

Added Linea Sepolia network and Infura endpoint (#4655).

parent 287f7431
Branches
Tags v6.14.3
No related merge requests found
......@@ -408,6 +408,7 @@ function injectCommonNetworks(): void {
registerEth("linea", 59144, { ensNetwork: 1 });
registerEth("linea-goerli", 59140, { });
registerEth("linea-sepolia", 59141, { });
registerEth("matic", 137, {
ensNetwork: 1,
......
......@@ -16,7 +16,8 @@
* - BNB Smart Chain Mainnet (``bnb``)
* - BNB Smart Chain Testnet (``bnbt``)
* - Linea (``linea``)
* - Linea Goerlia Testnet (``linea-goerli``)
* - Linea Goerli Testnet (``linea-goerli``)
* - Linea Sepolia Testnet (``linea-sepolia``)
* - Optimism (``optimism``)
* - Optimism Goerli Testnet (``optimism-goerli``)
* - Optimism Sepolia Testnet (``optimism-sepolia``)
......@@ -71,6 +72,8 @@ function getHost(name: string): string {
return "linea-mainnet.infura.io";
case "linea-goerli":
return "linea-goerli.infura.io";
case "linea-sepolia":
return "linea-sepolia.infura.io";
case "matic":
return "polygon-mainnet.infura.io";
case "matic-amoy":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment