Skip to content

Commit

Permalink
Merge branch 'master' into 1394-develop-smart-contracts-nativesingler…
Browse files Browse the repository at this point in the history
…equestproxy-erc20singlerequestproxy-singlerequestproxyfactory
  • Loading branch information
aimensahnoun authored Sep 23, 2024
2 parents 0c68eba + bcfcb78 commit 796f2b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/payment-detection/src/thegraph/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,10 @@ export const defaultGetTheGraphClient = (
network === 'bsc' ||
network === 'optimism' ||
network === 'arbitrum-one' ||
network === 'base'
network === 'base' ||
network === 'zksyncera' ||
network === 'avalanche' ||
network === 'fantom'
? getTheGraphEvmClient(`${THE_GRAPH_ALCHEMY_URL.replace('$NETWORK', network)}`, options)
: getTheGraphEvmClient(`${THE_GRAPH_STUDIO_URL.replace('$NETWORK', network)}`, options);
};

0 comments on commit 796f2b9

Please sign in to comment.