Skip to content

Commit

Permalink
add support for pancake swap
Browse files Browse the repository at this point in the history
  • Loading branch information
novaliu86 committed Nov 8, 2024
1 parent 08348f4 commit a410687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const toSwap = (route: IRouteInfoInResponse, tokenOpsById: Map<number, TokenOper
}
else if (
route.name.startsWith('UniswapV3') ||
route.name.startsWith('PancakeswapV3') ||
route.name.startsWith('ThrusterV3') ||
route.name.startsWith('RingswapV3')
) {
Expand Down

0 comments on commit a410687

Please sign in to comment.