Skip to content

Commit ed25ef1

Browse files
Merge pull request #26 from iExecBlockchainComputing/feature/migrate-bellecour-subgraph-url
chore: update subgraph endpoint
2 parents cce1b16 + ef16476 commit ed25ef1

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
@@ -6,7 +6,7 @@ export const WHITELIST_SMART_CONTRACT_ADDRESS =
66
export const PROD_WORKERPOOL_ADDRESS = 'prod-v8-bellecour.main.pools.iexec.eth';
77

88
export const DATAPROTECTOR_SUBGRAPH_ENDPOINT =
9-
'https://thegraph-product.iex.ec/subgraphs/name/bellecour/dataprotector-v2';
9+
'https://thegraph.iex.ec/subgraphs/name/bellecour/dataprotector-v2';
1010

1111
export const MAX_DESIRED_DATA_ORDER_PRICE = 0;
1212

0 commit comments

Comments
 (0)