remove deprecated testnets

This commit is contained in:
apoorvlathey
2023-01-18 23:58:59 +05:30
parent 81a80cb065
commit f8c64e914b

View File

@@ -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",