Files
pezkuwi-sdk/pezcumulus/zombienet/examples/small_network.toml
T
pezkuwichain afa8bba099 fix(ci): change Docker Hub namespace from pezkuwichain/ to pezkuwi/
Docker Hub personal account namespace must match the username.
Updated all docker.io image references across workflows, actions,
docker-compose files, and zombienet configs.
2026-03-14 15:58:50 +03:00

26 lines
501 B
TOML

[relaychain]
default_image = "pezkuwi/pezkuwi:latest"
default_command = "pezkuwi"
chain = "pezkuwichain-local"
[[relaychain.nodes]]
name = "alice"
validator = true
[[relaychain.nodes]]
name = "bob"
validator = true
[[teyrchains]]
id = 2000
cumulus_based = true
chain = "asset-hub-pezkuwichain-local"
# run charlie as teyrchain collator
[[teyrchains.collators]]
name = "charlie"
validator = true
image = "pezkuwi/pezkuwi-teyrchain:latest"
command = "pezkuwi-teyrchain"
args = ["--force-authoring"]