Skip to content

Commit

Permalink
feat(BACK-1264): Change subgraph url for base
Browse files Browse the repository at this point in the history
  • Loading branch information
paraschiv-razvan committed Sep 14, 2023
1 parent d187d03 commit 2b1d338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paraswap/dex-lib",
"version": "2.35.3-base-support.1",
"version": "2.35.3-base-support.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "https://github.com/paraswap/paraswap-dex-lib",
Expand Down
2 changes: 1 addition & 1 deletion src/dex/uniswap-v3/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const UniswapV3Config: DexConfigMap<DexParams> = {
initRetryFrequency: 10,
initHash: `0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54`,
subgraphURL:
'https://api.thegraph.com/subgraphs/name/lynnshaoyu/uniswap-v3-base',
'https://api.studio.thegraph.com/query/48211/uniswap-v3-base/version/latest',
},
},
SushiSwapV3: {
Expand Down

0 comments on commit 2b1d338

Please sign in to comment.