Skip to content

Commit

Permalink
Chore/slipstream dex (#49)
Browse files Browse the repository at this point in the history
* chore: add tickSpacing to SwapDetails for routes
  • Loading branch information
corysquid authored May 14, 2024
1 parent 5010e0d commit 6d9faec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export interface SwapDetails {
calls: ChainCall[];
poolId: string;
poolFee: string;
tickSpacing: number;
osmosisPools: {
poolId: string;
tokenOutDenom: string;
Expand Down

0 comments on commit 6d9faec

Please sign in to comment.