HugoByte / polkadot-kurtosis-package

Polkadot Kurtosis Package
Apache License 2.0
7 stars 3 forks source link

Not able to run multiple para chains #148

Closed hemz10 closed 10 months ago

hemz10 commented 10 months ago

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 10 months ago

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

hemz10 commented 10 months ago

verified and closing this issue as fixed