HugoByte / DIVE

DIVE deeply into the world of Blockchain and Web 3.0 using Deployable Infrastructure for Virtually Effortless blockchain integration
Apache License 2.0
20 stars 8 forks source link

error running only clover parachain testnet using config #245

Closed hemz10 closed 10 months ago

hemz10 commented 10 months ago

Overview

error running only clover parachain testnet using config

Steps to Reproduce

Steps to reproduce the behavior:

  1. run dive chain polkadot -c path to config
  2. See error

config:

{
  "chain_type": "testnet",
  "relaychain": {
  },

  "parachains": [
    {
      "name":"clover",
      "nodes": [
        {
          "name": "alice",
          "node_type": "collator",
          "prometheus": false

        },
        {
          "name": "bob",
          "node_type": "full",
          "prometheus": true
        }
      ]
    }
  ],
  "explorer": true
}

Expected Behavior

only clover parachain to start

Screenshots

image

hemz10 commented 10 months ago

As mentioned in the report since clover testnet is not active closing this issue as deferred