Skip to content

Commit

Permalink
chore: payments subgraph Alchemy URLs: ZkSync Era, Avalanche, and Fantom
Browse files Browse the repository at this point in the history
  • Loading branch information
MantisClone committed Sep 6, 2024
1 parent 8d41f35 commit a3f33af
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 a3f33af

Please sign in to comment.