You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(vm): Do not require experimental VM config (#3270)
## What ❔
Uses default experimental VM config when initializing the main node.
## Why ❔
Currently, the experimental VM config is required in certain cases,
which may lead to panics during node initialization.
## Checklist
- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [x] Code has been formatted via `zkstack dev fmt` and `zkstack dev
lint`.
0 commit comments