Skip to content

Commit

Permalink
Update ConfigHelper.ts (#1807)
Browse files Browse the repository at this point in the history
remove goerli
  • Loading branch information
mihaisc authored Mar 21, 2024
1 parent 7c4da83 commit be52ec2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/config/ConfigHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit be52ec2

Please sign in to comment.