We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Scenario - should run custom relaychain and parachain in local for kusama and integritee error running integritee parachain in local using config
Steps to reproduce the behavior: 1.run dive chain kusama -c 2. See error
config json:
{ "chain_type": "localnet", "relaychain": { "name": "rococo-local", "nodes": [ { "name": "alice", "node_type": "validator", "prometheus": false }, { "name": "bob", "node_type": "validator", "prometheus": false } ] }, "parachains": [ { "name": "integritee", "nodes": [ { "name": "alice", "node_type": "collator", "prometheus": false }, { "name": "bob", "node_type": "full", "prometheus": false } ] } ], "explorer": false }
Chain to start in local even with config file
logs:
The text was updated successfully, but these errors were encountered:
Issue is still reproducible
Sorry, something went wrong.
No branches or pull requests
Overview
Scenario - should run custom relaychain and parachain in local for kusama and integritee
error running integritee parachain in local using config
Steps to Reproduce
Steps to reproduce the behavior:
1.run dive chain kusama -c
2. See error
config json:
Expected Behavior
Chain to start in local even with config file
Screenshots
logs:
The text was updated successfully, but these errors were encountered: