Skip to content

Commit 8638515

Browse files
chore: migrate bellecour subgraph URL to thegraph.iex.ec
1 parent a620f7e commit 8638515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const WEB3_MAIL_DAPP_ADDRESS = 'web3mail.apps.iexec.eth';
22
export const PROD_WORKERPOOL_ADDRESS = 'prod-v8-bellecour.main.pools.iexec.eth';
33
export const DATAPROTECTOR_SUBGRAPH_ENDPOINT =
4-
'https://thegraph-product.iex.ec/subgraphs/name/bellecour/dataprotector-v2';
4+
'https://thegraph.iex.ec/subgraphs/name/bellecour/dataprotector-v2';
55
export const MAX_DESIRED_DATA_ORDER_PRICE = 0;
66
export const MAX_DESIRED_APP_ORDER_PRICE = 0;
77
export const MAX_DESIRED_WORKERPOOL_ORDER_PRICE = 0;

0 commit comments

Comments
 (0)