diff --git a/src/components/Body/networkInfo.ts b/src/components/Body/networkInfo.ts index 32c9658..0af32af 100644 --- a/src/components/Body/networkInfo.ts +++ b/src/components/Body/networkInfo.ts @@ -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",