From f8c64e914ba8a33f6a34ba5333d4d6ba8ee24da2 Mon Sep 17 00:00:00 2001 From: apoorvlathey Date: Wed, 18 Jan 2023 23:58:59 +0530 Subject: [PATCH] remove deprecated testnets --- src/components/Body/networkInfo.ts | 15 --------------- 1 file changed, 15 deletions(-) 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",