mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-21 23:47:56 +00:00
40 lines
588 B
JSON
40 lines
588 B
JSON
{
|
|
"relaychain": {
|
|
"bin": "../../polkadot/target/release/polkadot",
|
|
"chain": "rococo-local",
|
|
"nodes": [
|
|
{
|
|
"name": "alice",
|
|
"wsPort": 9944,
|
|
"port": 30444
|
|
},
|
|
{
|
|
"name": "bob",
|
|
"wsPort": 9955,
|
|
"port": 30555
|
|
}
|
|
]
|
|
},
|
|
"parachains": [
|
|
{
|
|
"bin": "../target/release/polkadot-parachain",
|
|
"id": "200",
|
|
"balance": "1000000000000000000000",
|
|
"nodes": [
|
|
{
|
|
"wsPort": 9988,
|
|
"name": "alice",
|
|
"port": 31200,
|
|
"flags": [
|
|
"--force-authoring",
|
|
"--",
|
|
"--execution=wasm"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"types": {
|
|
}
|
|
}
|