Skip to content

Commit

Permalink
Merge pull request #686 from DefiLlama/fix-XSwap-Protocol
Browse files Browse the repository at this point in the history
fix url
  • Loading branch information
dtmkeng committed Jul 29, 2023
2 parents d70f1f4 + 84b2467 commit a87c6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/xswap-protocol/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { CHAIN } from "../../helpers/chains";
import { univ2Adapter } from "../../helpers/getUniSubgraphVolume";

const adapters = univ2Adapter({
[CHAIN.XDC]: "https://graph-node.yodaplus.net:8000/subgraphs/name/pro100skm/factory"
[CHAIN.XDC]: "https://analytics.xspswap.finance/subgraphs/name/some/factory"
}, {});

adapters.adapter.xdc.start = async () => 1647993600;
Expand Down

0 comments on commit a87c6b9

Please sign in to comment.