mirror of
https://github.com/pezkuwichain/pez-teyrchain-template.git
synced 2026-04-21 23:48:00 +00:00
23 lines
359 B
TOML
23 lines
359 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
|
|
chain_spec_path = "./dev_chain_spec.json"
|
|
|
|
[teyrchains.collator]
|
|
name = "charlie"
|
|
ws_port = 9988
|
|
command = "pezkuwi-omni-node"
|