Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
comment correction
Browse files Browse the repository at this point in the history
  • Loading branch information
hensha256 committed Feb 8, 2024
1 parent 56b3b8b commit 25638be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/protocols/uniswap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export type FlatFeeOptions = {

// the existing router permit object doesn't include enough data for permit2
// so we extend swap options with the permit2 permit
// when safe mode is enabled, the SDK will add extra token sweeps for security
// when tokensToSweep is provided, the SDK will add extra sweep commands at the end of the swap encoding
export type SwapOptions = Omit<RouterSwapOptions, 'inputTokenPermit'> & {
inputTokenPermit?: Permit2Permit
flatFee?: FlatFeeOptions
Expand Down

0 comments on commit 25638be

Please sign in to comment.