Skip to content

Commit f5740a3

Browse files
authored
fix(caching): Try older version of subgraph (#716)
fix(caching): Try older version of job
1 parent 1730f1f commit f5740a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cron/cache-config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const v3SubgraphUrlOverride = (chainId: ChainId) => {
3030
const v2SubgraphUrlOverride = (chainId: ChainId) => {
3131
switch (chainId) {
3232
case ChainId.MAINNET:
33-
return `https://gateway-arbitrum.network.thegraph.com/api/${process.env.DCN_API_KEY}/subgraphs/id/AHjUuKYZTVPNXGKp6c2NcL5hEQWDfvSSrqVDGwzosjVn`
33+
return `https://gateway-arbitrum.network.thegraph.com/api/${process.env.DCN_API_KEY}/deployments/id/QmSsNGn5wC6p3TAHf6HcmExVN7tgy3fucAxmbpfmM9beTv`
3434
case ChainId.ARBITRUM_ONE:
3535
return `https://subgraph.satsuma-prod.com/${process.env.ALCHEMY_QUERY_KEY}/uniswap/uniswap-v2-arbitrum/api`
3636
case ChainId.POLYGON:

0 commit comments

Comments
 (0)