From 2b1d3383a2e709b087035678b2cb3236b5c5e1b2 Mon Sep 17 00:00:00 2001 From: paraschiv-r-toptal Date: Thu, 14 Sep 2023 15:34:47 +0300 Subject: [PATCH] feat(BACK-1264): Change subgraph url for base --- package.json | 2 +- src/dex/uniswap-v3/config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f715ae85f..c103ce8db 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/dex/uniswap-v3/config.ts b/src/dex/uniswap-v3/config.ts index 4a503e9f4..116c7c7e7 100644 --- a/src/dex/uniswap-v3/config.ts +++ b/src/dex/uniswap-v3/config.ts @@ -117,7 +117,7 @@ export const UniswapV3Config: DexConfigMap = { 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: {