Skip to content

Commit

Permalink
fix query
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Jan 10, 2025
1 parent 9e64b55 commit 6089367
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions dexs/sonic-market-cpmm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,4 @@ import { univ2Adapter } from "../../helpers/getUniSubgraphVolume";

export default univ2Adapter({
[CHAIN.SONIC]: "https://subgraph.satsuma-prod.com/f6a8c4889b7b/clober/cpmm-v2-subgraph-sonic-mainnet/api"
}, {
factoriesName: "sonicmarketFactories",
totalVolume: "totalVolumeUSD",
dayData: "dailySonicmarketStatistic",
dailyVolume: "dailyVolumeUSD"
});
}, {});

0 comments on commit 6089367

Please sign in to comment.