17 lines
289 B
TOML
17 lines
289 B
TOML
# Simple Zombienet Network Template
|
|
# Minimal 2-node relay chain configuration
|
|
|
|
[settings]
|
|
timeout = 1000
|
|
|
|
[relaychain]
|
|
default_image = "parity/polkadot:latest"
|
|
chain = "rococo-local"
|
|
|
|
[[relaychain.nodes]]
|
|
name = "alice"
|
|
validator = true
|
|
|
|
[[relaychain.nodes]]
|
|
name = "bob"
|
|
validator = true |