-
Team or ProjectNo response Module Affected
Rust Version1.85.0 Operating System
Issue DescriptionI am developing under Windows with WSL 2. When i run Here is the full context:
Then following error appears in the console:
Expected BehaviorI expect it to correctly initialize the ecosystem because it was never deployed before. Current BehaviorThe initialization step doesn't finish properly. Again, this is the error message:
Now, when i open this crash report it shows following:
This shows that the rust code panicked but i don't know why or what I could be doing wrong while setting up my Validium chain on Sepolia. The error message in the console as well as in the report file does not help me much to detect the root issue to be honest. I have 0.235 ETH on my L1 (Sepolia) and 0.0183 ETH on my L2 (ZKSync Sepolia Testnet). I guess that should be enough.. Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
Hi, the issue comes from this answer:
Looking at the source file causing the issue I see it indicates missing ecosytem contract configuration. You should answer Also:
You need to answer Overall, I would recommend deploying your first chain on the local node instead of Sepolia to test the process. |
Beta Was this translation helpful? Give feedback.
See also what you have in the
./etc/reth/chaindata
reth should get the config from there. I woulddocker exec -it /bin/bash
into the container to inspect whats going on inside. I would suspect that WSL docker somehow messes up this.docker-compose.yml
that configures reth is in the zksync-era code root.