Skip to content

Commit

Permalink
vapordex
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Mar 6, 2024
1 parent 8d259c6 commit 08a37be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dexs/vapordex/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import v2 from "./v2";
import { BreakdownAdapter } from "../../adapters/types";

const adapter: BreakdownAdapter = {
version: 2,
breakdown: {
v1: v1,
v2: v2,
Expand Down
2 changes: 1 addition & 1 deletion dexs/vapordex/v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const v2 = Object.keys(endpointsV2).reduce(
start: startTimeV2[chain],
},
}),
{ version: 2 }
{ }
);

export default v2;

0 comments on commit 08a37be

Please sign in to comment.