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.
1 parent a620f7e commit 8638515Copy full SHA for 8638515
src/config/config.ts
@@ -1,7 +1,7 @@
1
export const WEB3_MAIL_DAPP_ADDRESS = 'web3mail.apps.iexec.eth';
2
export const PROD_WORKERPOOL_ADDRESS = 'prod-v8-bellecour.main.pools.iexec.eth';
3
export const DATAPROTECTOR_SUBGRAPH_ENDPOINT =
4
- 'https://thegraph-product.iex.ec/subgraphs/name/bellecour/dataprotector-v2';
+ 'https://thegraph.iex.ec/subgraphs/name/bellecour/dataprotector-v2';
5
export const MAX_DESIRED_DATA_ORDER_PRICE = 0;
6
export const MAX_DESIRED_APP_ORDER_PRICE = 0;
7
export const MAX_DESIRED_WORKERPOOL_ORDER_PRICE = 0;
0 commit comments