DIVE
DIVE copied to clipboard
error runnning clover parachain in local using config file
Overview
error runnning clover parachain in local using config file
Steps to Reproduce
- run clover parachain in local using config
Expected Behavior
clover parachain should start running in local
Actual Behavior
clover parachain is not running in local
config.json
{ "chain_type": "localnet", "relaychain": { "name": "rococo-local", "nodes": [ { "name": "alice", "node_type": "validator", "prometheus": false }, { "name": "bob", "node_type": "validator", "prometheus": false } ] }, "Parachains": [ { "name": "clover", "nodes": [ { "name": "alice", "node_type": "collator", "prometheus": false }, { "name": "bob", "node_type": "full", "prometheus": false } ] } ], "explorer": false }