We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1730f1f commit f5740a3Copy full SHA for f5740a3
lib/cron/cache-config.ts
@@ -30,7 +30,7 @@ const v3SubgraphUrlOverride = (chainId: ChainId) => {
30
const v2SubgraphUrlOverride = (chainId: ChainId) => {
31
switch (chainId) {
32
case ChainId.MAINNET:
33
- return `https://gateway-arbitrum.network.thegraph.com/api/${process.env.DCN_API_KEY}/subgraphs/id/AHjUuKYZTVPNXGKp6c2NcL5hEQWDfvSSrqVDGwzosjVn`
+ return `https://gateway-arbitrum.network.thegraph.com/api/${process.env.DCN_API_KEY}/deployments/id/QmSsNGn5wC6p3TAHf6HcmExVN7tgy3fucAxmbpfmM9beTv`
34
case ChainId.ARBITRUM_ONE:
35
return `https://subgraph.satsuma-prod.com/${process.env.ALCHEMY_QUERY_KEY}/uniswap/uniswap-v2-arbitrum/api`
36
case ChainId.POLYGON:
0 commit comments