mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-15 01:34:57 +01:00
11 lines
257 B
JavaScript
11 lines
257 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
|
|
}
|
|
}
|
|
}
|