Skip to content

Instantly share code, notes, and snippets.

@sander2
Created December 5, 2022 14:11
Show Gist options
  • Save sander2/31d4000f243dc1523eaa4e0b86af3866 to your computer and use it in GitHub Desktop.
Save sander2/31d4000f243dc1523eaa4e0b86af3866 to your computer and use it in GitHub Desktop.
{
"relaychain": {
"bin": "/usr/local/bin/polkadot",
"chain": "rococo-local",
"nodes": [
{
"name": "alice",
"wsPort": 9944,
"port": 30444
},
{
"name": "bob",
"wsPort": 9955,
"port": 30555
}
],
"genesis": {
"runtime": {
"runtime_genesis_config": {
"configuration": {
"config": {
"validation_upgrade_cooldown": 1,
"validation_upgrade_delay": 20
}
}
}
}
}
},
"parachains": [
{
"bin": "/path/to/interbtc-1.19.1-6-sec-no-aura",
"balance": "1000000000000000000000",
"nodes": [
{
"basePath": "/tmp/broken-setup",
"wsPort": 9988,
"port": 31200,
"name": "alice",
"flags": [
"--rpc-port=9980",
"--",
"--execution=wasm"
]
}
],
"chain": "rococo-local-2000"
}
],
"simpleParachains": [],
"hrmpChannels": [
],
"types": {},
"finalization": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment