afa8bba099
Docker Hub personal account namespace must match the username. Updated all docker.io image references across workflows, actions, docker-compose files, and zombienet configs.
26 lines
501 B
TOML
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"]
|