From 4b1488e682a4902c2c7a6ba6998ec3105e31a987 Mon Sep 17 00:00:00 2001 From: 0xgnek <0xgnek@gmail.com> Date: Thu, 11 Apr 2024 13:08:04 +0000 Subject: [PATCH] fix missing rebase --- dexs/lynex-v1/index.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dexs/lynex-v1/index.ts b/dexs/lynex-v1/index.ts index 6316ff536b..b39e01e723 100644 --- a/dexs/lynex-v1/index.ts +++ b/dexs/lynex-v1/index.ts @@ -4,7 +4,7 @@ import { getChainVolume } from "../../helpers/getUniSubgraphVolume"; const graphqlV3 = getChainVolume({ graphUrls: { - [CHAIN.LINEA]: "https://api.studio.thegraph.com/query/59052/lynex-v1/v0.0.4", + [CHAIN.LINEA]: "https://api.studio.thegraph.com/query/59052/lynex-v1/v0.1.0", }, totalVolume: { factory: "factories", @@ -14,8 +14,7 @@ const graphqlV3 = getChainVolume({ factory: "dayData", field: "dailyVolumeUSD", dateField: "date" - }, - hasDailyVolume: true, + } });