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, + } });