Skip to content

error running kilt parachain in local #362

@hemz10

Description

@hemz10

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingjira

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions