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
After cloning the repo, and run the following code: `fuel-core run --snapshot ./your/path/to/chain_config_folder --db-type in-memory --debug:
Error: an error occurred while loading the chain state file: Some("./local/chain_config.json")
Caused by:
unknown variant `V2`, expected `V1` at line 4 column 8
To fix this issue, use update that line to V1.
The text was updated successfully, but these errors were encountered:
Unable to run local node:
After cloning the repo, and run the following code: `fuel-core run --snapshot ./your/path/to/chain_config_folder --db-type in-memory --debug:
To fix this issue, use update that line to
V1
.The text was updated successfully, but these errors were encountered: