Skip to content

Commit

Permalink
🏷️ Add route info type (#158)
Browse files Browse the repository at this point in the history
* 🏷️ Add route info type

* 🏷️ Update route info type
  • Loading branch information
0xlny authored Oct 4, 2023
1 parent 4bec668 commit df7ad20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export interface Route {
percent: number;
sellTokenAddress: string;
buyTokenAddress: string;
routeInfo?: Map<string, string>;
routes: Route[];
}

Expand Down

0 comments on commit df7ad20

Please sign in to comment.