Skip to content
New issue

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

error runnning clover parachain in local using config file #218

Open
sindhu0820 opened this issue Jan 25, 2024 · 0 comments
Open

error runnning clover parachain in local using config file #218

sindhu0820 opened this issue Jan 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@sindhu0820
Copy link
Contributor

sindhu0820 commented Jan 25, 2024

Overview

error runnning clover parachain in local using config file

Steps to Reproduce

  1. run clover parachain in local using config

Expected Behavior

clover parachain should start running in local

Actual Behavior

clover parachain is not running in local

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": "clover",
"nodes": [
{
"name": "alice",
"node_type": "collator",
"prometheus": false
},
{
"name": "bob",
"node_type": "full",
"prometheus": false
}
]
}
],
"explorer": false
}

@sindhu0820 sindhu0820 added the bug Something isn't working label Jan 25, 2024
@Mr-Nobody21 Mr-Nobody21 transferred this issue from another repository Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant