Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Dec 22, 2022
1 parent fb77f2e commit 7c16c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bridge-ui/src/components/form/BridgeForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
const tx = await $activeBridge.Approve({
amountInWei: ethers.utils.parseUnits(amount, $token.decimals),
signer: $signer,
contractAddress: contractAddress,
contractAddress: await addrForToken(),
spenderAddress: $chainIdToTokenVaultAddress.get($fromChain.id),
});
Expand Down

0 comments on commit 7c16c39

Please sign in to comment.