mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
remove ropsten & rinkeby from ConfigHelper (#1617)
This commit is contained in:
parent
96274dcc95
commit
bb6a4e8f9c
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user