-
Module Affected
Rust Version1.74.0 Operating System
Issue DescriptionI tried to run a hyperchain on eth and accidently deleted my db. Now I lost all my L2 data except for rocksdb-related(stateKeeper and so on). I can run the server up but Expected BehaviorWithdraw my money Current BehaviorCannot withdraw. Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It seems like you're facing a complex issue involving the loss of L2 data and funds stuck in the bridge after accidentally deleting your database. Here are a few steps you can take to address this problem:
If you need further assistance or have specific transaction hashes that you think are relevant, please provide them, and I can look into more detailed solutions or direct you to the appropriate support channels. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
To my understanding, you need a fully functioning L2 node in order to withdraw funds (i.e., a node that can process L2 withdraw transactions), and this means restoring Postgres data. So you won't be able to retrieve those funds in the bridge without that data.