HugoByte/polkadot-kurtosis-package

Not able to run multiple para chains

Closed this issue · 2 comments

hemz10 commented

Overview

Not able to run multiple para chains
Config file :

{
  "chain-type": "local",
  "relaychain": {
    "name": "polkadot",
    "nodes": [
      {
        "name": "alice",
        "node-type": "validator",
        "port": 9944,
        "prometheus": false
      },
      {
        "name": "bob",
        "node-type": "full",
        "port": 9945,
        "prometheus": false

      }
    ]
  },

  "para": [
    {
      "name":"acala",
      "nodes": [
        {
          "name": "alice",
          "node-type": "validator",
          "prometheus": false

        },
        {
          "name": "bob",
          "node-type": "full",
          "prometheus": false
        }
      ]
    },
    {
      "name":"bifrost",
      "nodes": [
        {
          "name": "alice",
          "node-type": "validator",
          "prometheus": false

        },
        {
          "name": "bob",
          "node-type": "full",
          "prometheus": false
        }
      ]
    }
  ],
  "explorer": true
}

Screenshots

image

hemz10 commented

Issue is not fixed and still reproducible using the same config.
image

hemz10 commented

verified and closing this issue as fixed