We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cce1b16 + ef16476 commit ed25ef1Copy full SHA for ed25ef1
src/config/config.ts
@@ -6,7 +6,7 @@ export const WHITELIST_SMART_CONTRACT_ADDRESS =
6
export const PROD_WORKERPOOL_ADDRESS = 'prod-v8-bellecour.main.pools.iexec.eth';
7
8
export const DATAPROTECTOR_SUBGRAPH_ENDPOINT =
9
- 'https://thegraph-product.iex.ec/subgraphs/name/bellecour/dataprotector-v2';
+ 'https://thegraph.iex.ec/subgraphs/name/bellecour/dataprotector-v2';
10
11
export const MAX_DESIRED_DATA_ORDER_PRICE = 0;
12
0 commit comments