DIVE icon indicating copy to clipboard operation
DIVE copied to clipboard

error running kilt parachain in local

Open hemz10 opened this issue 2 years ago • 0 comments

Overview

A clear and concise description of what the bug is.

Steps to Reproduce

Steps to reproduce the behavior:

  1. run dive chain polkadot -c
  2. See error

config:

{
  "chain_type": "localnet",
  "relaychain": {
    "name": "rococo-local",
    "nodes": [
      {
        "name": "alice",
        "node_type": "validator",
        "prometheus": true
      },
      {
        "name": "bob",
        "node_type": "validator",
        "prometheus": true
      }
    ]
  },

  "parachains": [
    {
      "name": "kilt",
      "nodes": [
        {
          "name": "alice",
          "node_type": "collator",
          "prometheus": true
        },
        {
          "name": "bob",
          "node_type": "full",
          "prometheus": true
        }
      ]
    }
  ],
  "explorer": true
}

Screenshots

image

hemz10 avatar Feb 07 '24 12:02 hemz10