Skip to content

Commit

Permalink
dragon v2
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Sep 16, 2024
1 parent bc8fe21 commit 836b85c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dexs/dragonswap-sei/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CHAIN } from "../../helpers/chains";
import { univ2Adapter } from "../../helpers/getUniSubgraphVolume";
import { univ2Adapter2 } from "../../helpers/getUniSubgraphVolume";

const adapters = univ2Adapter({
const adapters = univ2Adapter2({
[CHAIN.SEI]: "https://api.goldsky.com/api/public/project_clu1fg6ajhsho01x7ajld3f5a/subgraphs/dragonswap-prod/1.0.0/gn"
}, {});

Expand Down

0 comments on commit 836b85c

Please sign in to comment.