Skip to content

Commit

Permalink
update config url (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaisc authored Dec 10, 2021
1 parent a566be0 commit c71da1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/ConfigHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ export const configHelperNetworks: Config[] = [
chainId: 4,
network: 'rinkeby',
nodeUri: 'https://rinkeby.infura.io/v3',
providerUri: 'https://provider.rinkeby.oceanprotocol.com',
subgraphUri: 'https://subgraph.rinkeby.oceanprotocol.com',
providerUri: 'https://providerv4.rinkeby.oceanprotocol.com ',
subgraphUri: 'https://subgraphv4.rinkeby.oceanprotocol.com',
explorerUri: 'https://rinkeby.etherscan.io',
startBlock: 7294090
},
Expand Down

0 comments on commit c71da1d

Please sign in to comment.