Skip to content

Commit

Permalink
fix: use decentralized subgraphs for zkevm
Browse files Browse the repository at this point in the history
  • Loading branch information
KanievskyiDanylo committed Nov 28, 2024
1 parent 96d4a07 commit 811fae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/dex/algebra/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ export const AlgebraConfig: DexConfigMap<DexParams> = {
chunksCount: 3,
initRetryFrequency: 30,
algebraStateMulticall: '0xa6bc273A238867dD74F2bBbD5fBbA3c941C939B9',
subgraphURL:
'https://api.studio.thegraph.com/query/44554/quickswap-v3-02/0.0.7',
subgraphURL: '3L5Y5brtgvzDoAFGaPs63xz27KdviCdzRuY12spLSBGU',
uniswapMulticall: '0x61530d6E1c7A47BBB3e48e8b8EdF7569DcFeE121',
deployer: '0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270',
version: 'v1.1',
Expand Down
3 changes: 1 addition & 2 deletions src/dex/uniswap-v3/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,7 @@ export const UniswapV3Config: DexConfigMap<DexParams> = {
chunksCount: 5,
initRetryFrequency: 30,
initHash: `0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54`,
subgraphURL:
'https://api.studio.thegraph.com/query/44554/uniswap-v3/version/latest',
subgraphURL: 'E9PLkFzXVX1a9YFtLLyXmLV93ihAUFCvgrnrdnTrnFeN',
},
},
SpookySwapV3: {
Expand Down

0 comments on commit 811fae0

Please sign in to comment.