remove deprecated testnets
This commit is contained in:
@@ -43,21 +43,6 @@ const networkInfo: {
|
||||
name: "Gnosis",
|
||||
rpc: "https://rpc.ankr.com/gnosis",
|
||||
},
|
||||
{
|
||||
chainID: 42,
|
||||
name: "Kovan Testnet",
|
||||
rpc: `https://kovan.infura.io/v3/${process.env.REACT_APP_INFURA_KEY}`,
|
||||
},
|
||||
{
|
||||
chainID: 3,
|
||||
name: "Ropsten Testnet",
|
||||
rpc: `https://ropsten.infura.io/v3/${process.env.REACT_APP_INFURA_KEY}`,
|
||||
},
|
||||
{
|
||||
chainID: 4,
|
||||
name: "Rinkeby Testnet",
|
||||
rpc: `https://rinkeby.infura.io/v3/${process.env.REACT_APP_INFURA_KEY}`,
|
||||
},
|
||||
{
|
||||
chainID: 5,
|
||||
name: "Goerli Testnet",
|
||||
|
||||
Reference in New Issue
Block a user