Skip to content

Commit

Permalink
Update packages/bridge-ui/src/components/form/BridgeForm.svelte
Browse files Browse the repository at this point in the history
Co-authored-by: David <104078303+davidtaikocha@users.noreply.github.com>
  • Loading branch information
cyberhorsey and davidtaikocha committed Nov 30, 2022
1 parent e128f80 commit c1b490d
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 @@ -68,7 +68,7 @@
spenderAddress: $chainIdToBridgeAddress.get($fromChain.id),
});
console.log("approved, waiting for confirmations ", tx);
$signer.provider.waitForTransaction(tx.hash, 3);
await $signer.provider.waitForTransaction(tx.hash, 3);
requiresAllowance = false;
Expand Down

0 comments on commit c1b490d

Please sign in to comment.