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
1 changed files with 0 additions and 9 deletions

View File

@ -41,15 +41,6 @@ export const configHelperNetworks: Config[] = [
// providerUri: 'http://127.0.0.1:8030/',
// 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,
chainId: 11155111,