We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54caf69 commit 2c05ed5Copy full SHA for 2c05ed5
packages/extension-base/src/services/swap-service/handler/uniswap-handler.ts
@@ -382,7 +382,7 @@ export class UniswapHandler implements SwapBaseInterface {
382
const inputData = {
383
destinationTokenInfo: toTokenInfo,
384
originTokenInfo: fromTokenInfo,
385
- sendingValue: sendingAmount,
+ sendingValue: _sendingAmount,
386
sender: senderAddress,
387
recipient: senderAddress, // todo: there's a case swap - bridge to another address
388
destinationChain: toChainInfo,
0 commit comments