Skip to content

Commit

Permalink
fix wrong number
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Nov 8, 2023
1 parent 7cce734 commit dc3bd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/pancakeswap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const adapter: BreakdownAdapter = {
[DISABLED_ADAPTER_KEY]: disabledAdapter,
[CHAIN.BSC]: {
fetch: async (timestamp: number) => {
const totalVolume = 1033944000;
const totalVolume = 103394400000;
return {
totalVolume: `${totalVolume}`,
timestamp: timestamp
Expand Down

0 comments on commit dc3bd13

Please sign in to comment.