DIVE
DIVE copied to clipboard
error running integritee parachain in local using config
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
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
}
Expected Behavior
Chain to start in local even with config file
Screenshots
logs:
Issue is still reproducible