DIVE
DIVE copied to clipboard
error running kilt parachain in local
Overview
A clear and concise description of what the bug is.
Steps to Reproduce
Steps to reproduce the behavior:
- run dive chain polkadot -c
- See error
config:
{
"chain_type": "localnet",
"relaychain": {
"name": "rococo-local",
"nodes": [
{
"name": "alice",
"node_type": "validator",
"prometheus": true
},
{
"name": "bob",
"node_type": "validator",
"prometheus": true
}
]
},
"parachains": [
{
"name": "kilt",
"nodes": [
{
"name": "alice",
"node_type": "collator",
"prometheus": true
},
{
"name": "bob",
"node_type": "full",
"prometheus": true
}
]
}
],
"explorer": true
}