From bb6a4e8f9c04f1c32e6ab18b2e1eddb75e4b44b4 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 3 Oct 2022 12:32:03 +0100 Subject: [PATCH] remove ropsten & rinkeby from ConfigHelper (#1617) --- src/config/ConfigHelper.ts | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/config/ConfigHelper.ts b/src/config/ConfigHelper.ts index 3698ec2f..510c3d12 100644 --- a/src/config/ConfigHelper.ts +++ b/src/config/ConfigHelper.ts @@ -34,26 +34,6 @@ export const configHelperNetworks: Config[] = [ metadataCacheUri: 'http://127.0.0.1:5000', providerUri: 'http://172.15.0.4:8030' }, - { - ...configHelperNetworksBase, - chainId: 3, - network: 'ropsten', - nodeUri: 'https://ropsten.infura.io/v3', - providerUri: 'https://v4.provider.ropsten.oceanprotocol.com', - subgraphUri: 'https://v4.subgraph.ropsten.oceanprotocol.com', - explorerUri: 'https://ropsten.etherscan.io', - gasFeeMultiplier: 1.1 - }, - { - ...configHelperNetworksBase, - chainId: 4, - network: 'rinkeby', - nodeUri: 'https://rinkeby.infura.io/v3', - providerUri: 'https://v4.provider.rinkeby.oceanprotocol.com', - subgraphUri: 'https://v4.subgraph.rinkeby.oceanprotocol.com', - explorerUri: 'https://rinkeby.etherscan.io', - gasFeeMultiplier: 1.1 - }, { ...configHelperNetworksBase, chainId: 5,