FuelLabs / FuelLabs/chain-configuration

Fix bug running local node

Open
#8 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
24
Forks
12
Avg merge
1m
Merged PRs (30d)
1

Description

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:
```
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`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.