mirror of
https://github.com/pezkuwichain/pez-teyrchain-template.git
synced 2026-04-21 23:48:00 +00:00
22 lines
323 B
TOML
22 lines
323 B
TOML
[relaychain]
|
|
default_command = "pezkuwi"
|
|
chain = "pezkuwichain-local"
|
|
|
|
[[relaychain.nodes]]
|
|
name = "alice"
|
|
validator = true
|
|
ws_port = 9944
|
|
|
|
[[relaychain.nodes]]
|
|
name = "bob"
|
|
validator = true
|
|
ws_port = 9955
|
|
|
|
[[teyrchains]]
|
|
id = 1000
|
|
|
|
[teyrchains.collator]
|
|
name = "charlie"
|
|
ws_port = 9988
|
|
command = "teyrchain-template-node"
|