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