Skip to content

Commit

Permalink
Added Volume Code
Browse files Browse the repository at this point in the history
  • Loading branch information
canarydeveloper authored Dec 7, 2023
1 parent 76db95d commit 62e94b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dexs/canary/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { univ2Adapter } from "../../helpers/getUniSubgraphVolume";

export default univ2Adapter({
"avax": "https://api.thegraph.com/subgraphs/name/canarydeveloper/canarydex"
}, {
factoriesName: "canaryFactories",
dayData: "canaryDayData",
});

0 comments on commit 62e94b7

Please sign in to comment.