Skip to content

Commit

Permalink
fix disabe cherryswap
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed May 12, 2024
1 parent 187a01b commit 2be5e7e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dexs/cherryswap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ const adapter: SimpleAdapter = {
version: 2,
adapter: {
[CHAIN.OKEXCHAIN]: {
fetch: graphs(CHAIN.OKEXCHAIN),
fetch: async () => {
return {
dailyVolume: '0'
}
},
start: 1627385129,
},
},
Expand Down

0 comments on commit 2be5e7e

Please sign in to comment.