1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Update ConfigHelper.ts (#1807)

remove goerli
This commit is contained in:
mihaisc 2024-03-21 10:21:32 +02:00 committed by GitHub
parent 7c4da83ee3
commit be52ec26c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,15 +41,6 @@ export const configHelperNetworks: Config[] = [
// providerUri: 'http://127.0.0.1:8030/', // providerUri: 'http://127.0.0.1:8030/',
// subgraphUri: 'http://127.0.0.1:9000/' // subgraphUri: 'http://127.0.0.1:9000/'
}, },
{
...configHelperNetworksBase,
chainId: 5,
network: 'goerli',
nodeUri: 'https://goerli.infura.io/v3',
subgraphUri: 'https://v4.subgraph.goerli.oceanprotocol.com',
explorerUri: 'https://goerli.etherscan.io',
gasFeeMultiplier: 1.1
},
{ {
...configHelperNetworksBase, ...configHelperNetworksBase,
chainId: 11155111, chainId: 11155111,