Files
pezkuwi-runtime-templates/evm-template/pezkuwi-launch/config.json
T

40 lines
584 B
JSON

{
"relaychain": {
"bin": "../../pezkuwi/target/release/pezkuwi",
"chain": "paseo-local",
"nodes": [
{
"name": "alice",
"wsPort": 9944,
"port": 30444
},
{
"name": "bob",
"wsPort": 9955,
"port": 30555
}
]
},
"teyrchains": [
{
"bin": "../target/release/pezkuwi-teyrchain",
"id": "200",
"balance": "1000000000000000000000",
"nodes": [
{
"wsPort": 9988,
"name": "alice",
"port": 31200,
"flags": [
"--force-authoring",
"--",
"--execution=wasm"
]
}
]
}
],
"types": {
}
}