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