Skip to content

Commit

Permalink
fix hardcode chain zipswap
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Dec 24, 2022
1 parent df91356 commit 102b8ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dexs/zipswap/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { CHAIN } from "../../helpers/chains";
import { univ2Adapter } from "../../helpers/getUniSubgraphVolume";

export default univ2Adapter({
"optimism": "https://api.thegraph.com/subgraphs/name/nonamefits/zipswap"
[CHAIN.OPTIMISM]: "https://api.thegraph.com/subgraphs/name/nonamefits/zipswap"
}, {});

0 comments on commit 102b8ed

Please sign in to comment.