Skip to content

Commit

Permalink
Fix approve address
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Apr 22, 2024
1 parent 58e116b commit 3974eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/register/lnv2_opposite.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ async function registerWithSafe(options, callOptions) {

if (!tool.isDisableApprove({definition, symbol: register.symbol, chainId: targetChainId})) {
p0Transactions.push({
to: register.targetTokenAddress,
to: register.sourceTokenAddress,
value: '0',
data: txApprove.stdout.trim(),
});
Expand Down

0 comments on commit 3974eff

Please sign in to comment.