Skip to content

Commit

Permalink
remove ropsten & rinkeby from ConfigHelper (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious authored Oct 3, 2022
1 parent 96274dc commit bb6a4e8
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/config/ConfigHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bb6a4e8

Please sign in to comment.