[ZK Stack] - Withdrawal Finalizer not picking up withdrawals properly #457
Replies: 2 comments 5 replies
-
Thanks for reporting, will check with the team on this and get back to you. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Module Affected
Rust Version
1.78.0-nightly (d44e3b95c 2024-02-09)
Operating System
Issue Description
Setup:
dapp-portal
I have:
WithdrawalFinalizer
contract inzksync-withdrawal-finalizer
successfullyDespite that, it doesn't perform automatic withdrawals on our zkSync hyperchain to L1 Sepolia.
Expected Behavior
Claims are automatically performed on L1
Current Behavior
Repository Link (if applicable)
https://github.com/matter-labs/zksync-withdrawal-finalizer
Additional Details
FINALIZE_ETH_TOKEN
as this only concerns ETHWITHDRAWAL_FINALIZER_ACCOUNT_PRIVATE_KEY
is funded to make txsDATABASE_URL
indexes events in my local databaseCONTRACTS_WITHDRAWAL_FINALIZER_CONTRACT
GAS_LIMIT=30000000
andBATCH_FINALIZATION_GAS_LIMIT=10000000000000
TX_RETRY_TIMEOUT_SECS=10..60
wallet = wallet.clone().with_chain_id(11155111u64);
Tables in my database:
l2_to_l1_events
andtokens
are empty.Prior Research
Beta Was this translation helpful? Give feedback.
All reactions