generated from kurtosis-tech/package-template-repo
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
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
}
