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: add new base token address checks #221

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Conversation

kelemeno
Copy link

No description provided.

Copy link

github-actions bot commented Feb 20, 2025

Visit the preview URL for this PR (updated for commit 0291ece):

https://staging-zksync-dapp-wallet-v2--pr221-kl-gateway-fix-k8j08tdv.web.app

(expires Thu, 13 Mar 2025 14:14:25 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: a25831e6058958ccabf0f806505b5b8e7241b178

@@ -22,7 +22,7 @@ export type TransactionInfo = {
};

export const ESTIMATED_DEPOSIT_DELAY = 15 * 60 * 1000; // 15 minutes
export const WITHDRAWAL_DELAY = 5 * 60 * 60 * 1000; // 5 hours
export const WITHDRAWAL_DELAY = 0 * 5 * 60 * 60 * 1000; // 24 hours
Copy link
Member

Choose a reason for hiding this comment

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

0 hours???

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.

3 participants