1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

switch v4 rinkeby subgraph

This commit is contained in:
Matthias Kretschmann 2022-01-13 18:38:41 +00:00
parent 8838ae533e
commit 4f9cd4a7f8
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -2,7 +2,7 @@ module.exports = {
client: {
service: {
name: 'ocean',
url: 'https://subgraph.rinkeby.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph',
url: 'https://subgraphv4.rinkeby.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph',
// optional disable SSL validation check
skipSSLValidation: true
}