DIVE icon indicating copy to clipboard operation
DIVE copied to clipboard

error running integritee parachain in local using config

Open hemz10 opened this issue 2 years ago • 1 comments

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 2. 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 avatar Jan 25 '24 11:01 hemz10

Issue is still reproducible image

hemz10 avatar Feb 05 '24 10:02 hemz10