mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-14 09:14:52 +01:00
12 lines
265 B
JavaScript
12 lines
265 B
JavaScript
module.exports = {
|
|
client: {
|
|
service: {
|
|
name: 'ocean',
|
|
url:
|
|
'https://subgraph.rinkeby.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph',
|
|
// optional disable SSL validation check
|
|
skipSSLValidation: true
|
|
}
|
|
}
|
|
}
|