48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"PolkadotZombienet": {
|
|
"bin_path": "/usr/local/bin",
|
|
"binaries_path": "/var/lib/zombienet/binaries",
|
|
"config_path": "/etc/zombienet",
|
|
"log_level": "info",
|
|
"logs_path": "/var/lib/zombienet/logs",
|
|
"name": "polkadot-zombienet",
|
|
"native_config": {
|
|
"monitoring": false
|
|
},
|
|
"networks_path": "/var/lib/zombienet/networks",
|
|
"parachains": [],
|
|
"relaychain": {
|
|
"chain": "rococo-local",
|
|
"default_command": "polkadot",
|
|
"default_image": "parity/polkadot:latest",
|
|
"nodes": [
|
|
{
|
|
"args": [],
|
|
"command": "polkadot",
|
|
"image": "parity/polkadot:latest",
|
|
"name": "alice",
|
|
"validator": true
|
|
},
|
|
{
|
|
"args": [],
|
|
"command": "polkadot",
|
|
"image": "parity/polkadot:latest",
|
|
"name": "bob",
|
|
"validator": true
|
|
}
|
|
]
|
|
},
|
|
"run_user": {
|
|
"group": "zombienet",
|
|
"name": "zombienet"
|
|
},
|
|
"settings": {
|
|
"backchannel": true,
|
|
"provider": "native",
|
|
"timeout": 1000
|
|
},
|
|
"version": "1.3.133",
|
|
"work_path": "/var/lib/zombienet",
|
|
"zombienet_binary": "zombienet"
|
|
}
|
|
}
|