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 integritee parachain in local using config #349

Open hemz10 opened 10 months ago

hemz10 commented 10 months ago

Overview

Scenario - should run custom relaychain and parachain in local for kusama and integritee error running integritee parachain in local using config

Steps to Reproduce

Steps to reproduce the behavior: 1.run dive chain kusama -c

  1. See error

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": "integritee",
      "nodes": [
        {
          "name": "alice",
          "node_type": "collator",
          "prometheus": false
        },
        {
          "name": "bob",
          "node_type": "full",
          "prometheus": false
        }
      ]
    }
  ],
  "explorer": false
}

Expected Behavior

Chain to start in local even with config file

Screenshots

logs: image

hemz10 commented 9 months ago

Issue is still reproducible image