Skip to content

Commit

Permalink
make action.slippage optional
Browse files Browse the repository at this point in the history
  • Loading branch information
larsfroelich committed Dec 10, 2024
1 parent bf8eaca commit 5790641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface Action {
toToken: Token
toAddress?: string

slippage: number
slippage?: number
}

// ESTIMATE
Expand Down

0 comments on commit 5790641

Please sign in to comment.