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

update config url (#1149)

This commit is contained in:
mihaisc 2021-12-10 03:49:21 -08:00 committed by GitHub
parent a566be009e
commit c71da1d52d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
},