Skip to content

Commit

Permalink
fix the graph url
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Apr 3, 2024
1 parent 83e0f6d commit c66eb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/shimmersea/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { CHAIN } from "../../helpers/chains";
import { getGraphDimensions } from "../../helpers/getUniSubgraph";
import { DEFAULT_DAILY_VOLUME_FACTORY, DEFAULT_TOTAL_VOLUME_FIELD, univ2Adapter } from "../../helpers/getUniSubgraphVolume";
const v3Endpoints = {
[CHAIN.SHIMMER_EVM]: "https://graph-c.shimmersea.finance/subgraphs/name/shimmersea/shimmer-dex",
[CHAIN.SHIMMER_EVM]: "https://graph-c-ha.shimmersea.finance/subgraphs/name/shimmersea/shimmer-dex",
}
const v3Graphs = getGraphDimensions({
graphUrls: v3Endpoints,
Expand Down

0 comments on commit c66eb2e

Please sign in to comment.