Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error running kilt parachain in local #362

Open
hemz10 opened this issue Feb 7, 2024 · 0 comments
Open

error running kilt parachain in local #362

hemz10 opened this issue Feb 7, 2024 · 0 comments
Labels
bug Something isn't working jira

Comments

@hemz10
Copy link
Contributor

hemz10 commented Feb 7, 2024

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 hemz10 added bug Something isn't working jira labels Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working jira
Projects
None yet
Development

No branches or pull requests

1 participant