Skip to content

Commit

Permalink
test(debug): console prints
Browse files Browse the repository at this point in the history
  • Loading branch information
envin3 committed Feb 19, 2024
1 parent b8eb0c7 commit 5c903dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/use-swap.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ const useSwap = ({
updateSwapButton(swapButton.text === 'Swap' ? 'Swapping ...' : 'Generating ...', true)
sendEvent('swap_click', { asset_from: from.id, asset_to: to.id, from_amount: fromAmount })
console.log('swap', swap)
console.log('swapinputs', from, to, fromAmount, address, pegoutToTelosEvmAddress)
swap(from, to, fromAmount, address, {
pegoutToTelosEvmAddress,
})
Expand Down

0 comments on commit 5c903dc

Please sign in to comment.