Skip to content

Commit 74e3266

Browse files
fix: update arbitrum-sepolia dataProtectorSubgraph URL (#201)
1 parent 2216f3b commit 74e3266

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
@@ -33,7 +33,7 @@ const CHAIN_CONFIG: Record<number, ChainConfig> = {
3333
dappAddress: undefined, // ENS not supported on this network, address will be resolved from Compass
3434
prodWorkerpoolAddress: '0x39c3cdd91a7f1c4ed59108a9da4e79de9a1c1b59',
3535
dataProtectorSubgraph:
36-
'https://thegraph.iex.ec/subgraphs/name/bellecour/dataprotector-v2',
36+
'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/5YjRPLtjS6GH6bB4yY55Qg4HzwtRGQ8TaHtGf9UBWWd',
3737
ipfsGateway: 'https://ipfs-gateway.arbitrum-sepolia-testnet.iex.ec',
3838
ipfsUploadUrl: 'https://ipfs-upload.arbitrum-sepolia-testnet.iex.ec',
3939
whitelistSmartContract: '0x781482C39CcE25546583EaC4957Fb7Bf04C277D2', // TODO: add the correct address

0 commit comments

Comments
 (0)