HugoByte / polkadot-kurtosis-package

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

When Relay chain is given rococo polkadot relay chain is running #137

Closed hemz10 closed 7 months ago

hemz10 commented 8 months ago

Overview

In the config relay chain is given as rococo but output shows polkadot chain is running.

Steps to Reproduce

config json :

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

      }
    ]
  },

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

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

Screenshots

image

image

hemz10 commented 7 months ago

Issue is not fixed. image

config

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

      }
    ]
  },

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

        },
        {
          "name": "bob",
          "node-type": "full",
          "prometheus": true
        }
      ]
    }
  ],
  "explorer": true
}
hemz10 commented 7 months ago

verified and closing this issue as fixed