DIVE icon indicating copy to clipboard operation
DIVE copied to clipboard

error runnning clover parachain in local using config file

Open sindhu0820 opened this issue 2 years ago • 0 comments

Overview

error runnning clover parachain in local using config file

Steps to Reproduce

  1. 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 }

sindhu0820 avatar Jan 25 '24 06:01 sindhu0820