Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: withdraw deposit popup #8

Merged
merged 1 commit into from
Nov 19, 2024
Merged

fix: withdraw deposit popup #8

merged 1 commit into from
Nov 19, 2024

Conversation

parketh
Copy link
Contributor

@parketh parketh commented Nov 19, 2024

Summary

This a small PR to fix a breaking change to the deposit flow as a result of #7

Test plan

yarn dev

Test deposit works

@parketh parketh requested a review from a team as a code owner November 19, 2024 16:28
@parketh parketh merged commit f181040 into main Nov 19, 2024
@parketh parketh deleted the feat/bridge-withdraws-2 branch November 19, 2024 16:28
@@ -433,7 +436,7 @@ export default function Bridge() {

// waitToFinalize is buggy, so add a delay to wait before finalizing tx (12 secs for testnet)
// TODO: refactor as env var if withdraw window is changed
await new Promise((resolve) => setTimeout(resolve, 12000));
// await new Promise((resolve) => setTimeout(resolve, 12000));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we remove the delay, does it mean we might still see wevm/viem#3027?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants