Skip to content

Commit

Permalink
fix missing rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Apr 11, 2024
1 parent 6b1ec44 commit 4b1488e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dexs/lynex-v1/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -14,8 +14,7 @@ const graphqlV3 = getChainVolume({
factory: "dayData",
field: "dailyVolumeUSD",
dateField: "date"
},
hasDailyVolume: true,
}
});


Expand Down

0 comments on commit 4b1488e

Please sign in to comment.