17 lines
289 B
TOML
Raw Permalink Normal View History

2025-10-07 11:05:08 +01:00
# 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