Skip to content

Commit

Permalink
fix spike
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Jul 4, 2024
1 parent 271e434 commit 544ee72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/nomiswap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const adapters: SimpleAdapter = {
[CHAIN.BSC]: {
fetch: async (options: FetchOptions) => {
const data = await graphsClassic(CHAIN.BSC)(options);
const removeSpike = Number(data.totalVolume) - 2035654137.527446631277942307129497;
const removeSpike = Number(data.totalVolume) - 7035654137.527446631277942307129497;
data.totalVolume = removeSpike > 0 ? removeSpike : data.totalVolume;
return {
...data
Expand Down

0 comments on commit 544ee72

Please sign in to comment.