Skip to content

Commit

Permalink
fix photonswap-finance call
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Feb 10, 2024
1 parent 80299df commit 93a5296
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dexs/photonswap-finance/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,12 @@ const adapter = univ2Adapter({
}, {});

adapter.adapter[DISABLED_ADAPTER_KEY] = disabledAdapter
adapter.adapter[CHAIN.CRONOS].start = 1690070400
adapter.adapter[CHAIN.CRONOS].fetch = async (timestamp: number) => {
return {
dailyVolume: 0,
timestamp,
}
}

export default adapter
export default adapter

0 comments on commit 93a5296

Please sign in to comment.