Skip to content

Commit 2c05ed5

Browse files
committed
[Issue-4321] fix: fix approve bridge amount
1 parent 54caf69 commit 2c05ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/extension-base/src/services/swap-service/handler/uniswap-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ export class UniswapHandler implements SwapBaseInterface {
382382
const inputData = {
383383
destinationTokenInfo: toTokenInfo,
384384
originTokenInfo: fromTokenInfo,
385-
sendingValue: sendingAmount,
385+
sendingValue: _sendingAmount,
386386
sender: senderAddress,
387387
recipient: senderAddress, // todo: there's a case swap - bridge to another address
388388
destinationChain: toChainInfo,

0 commit comments

Comments
 (0)