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 Nov 12, 2024
1 parent 2d443b6 commit cc65602
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 cc65602

Please sign in to comment.