Skip to content

Commit

Permalink
fix crosschain swap approval
Browse files Browse the repository at this point in the history
  • Loading branch information
benisgold committed Dec 9, 2024
1 parent 149c19b commit 48354e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raps/unlockAndCrosschainSwap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const createUnlockAndCrosschainSwapRap = async (swapParameters: RapSwapAc
amount: sellAmount,
assetToUnlock: assetToSell,
chainId,
contractAddress: quote.to,
contractAddress: allowanceTarget,
} as RapUnlockActionParameters);
actions = actions.concat(unlock);
}
Expand Down

0 comments on commit 48354e8

Please sign in to comment.