From 62e94b7a918650f13949063e95a4924491d3e746 Mon Sep 17 00:00:00 2001 From: Canary Dev <84072229+canarydeveloper@users.noreply.github.com> Date: Thu, 7 Dec 2023 17:24:46 +0300 Subject: [PATCH] Added Volume Code --- dexs/canary/index.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dexs/canary/index.ts diff --git a/dexs/canary/index.ts b/dexs/canary/index.ts new file mode 100644 index 0000000000..4272a3c5fd --- /dev/null +++ b/dexs/canary/index.ts @@ -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", +}); \ No newline at end of file