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,