Skip to content

Commit

Permalink
also fix routeToString
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Oct 16, 2024
1 parent fc56f38 commit c69c911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ export const poolToString = (pool: TPool): string => {
pool.token0,
pool.token1,
pool.fee,
0,
ADDRESS_ZERO
pool.tickSpacing,
pool.hooks
)}]`;
} else if (pool instanceof V3Pool) {
return ` -- ${pool.fee / 10000}% [${V3Pool.getAddress(
Expand Down

0 comments on commit c69c911

Please sign in to comment.