Skip to content

Commit

Permalink
fix(trade): all balance for tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
adderpositive authored and tomasklim committed Dec 3, 2024
1 parent 6a194ef commit 5799282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const useCoinmarketRecomposeAndSign = () => {
token: ethereumDataHex ? null : composed.token?.contract || null, // if we pass ethereumDataHex, do not use the token, the details are in the ethereumDataHex
},
],
setMaxOutputId,
setMaxOutputId: !composed.token?.contract ? setMaxOutputId : undefined,
selectedFee,
feePerUnit: composed.feePerByte,
feeLimit: composed.feeLimit || '',
Expand Down

0 comments on commit 5799282

Please sign in to comment.