Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vm): Fix missing experimental VM config (#2629)
## What ❔ Uses default experimental VM config if one is not supplied when initializing the state keeper. ## Why ❔ Otherwise, the state keeper will panic on start if the config is missing. Logically, this config shouldn't be required for it to work (unlike for the VM playground). ## Checklist - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [x] Code has been formatted via `zk fmt` and `zk lint`.
- Loading branch information