mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-04-21 22:38:00 +00:00
a76e4bf0ed
This synchronizes the template to the stable2412 branch. --------- Signed-off-by: Iulian Barbu <iulian.barbu@parity.io> Co-authored-by: iulianbarbu <14218860+iulianbarbu@users.noreply.github.com> Co-authored-by: Iulian Barbu <iulian.barbu@parity.io>
31 lines
555 B
TOML
31 lines
555 B
TOML
# The setup bellow allows only one node to produce
|
|
# blocks and the rest will follow.
|
|
|
|
[relaychain]
|
|
chain = "dev"
|
|
default_command = "minimal-template-node"
|
|
|
|
[[relaychain.nodes]]
|
|
name = "alice"
|
|
args = ["--consensus manual-seal-3000"]
|
|
validator = true
|
|
ws_port = 9944
|
|
|
|
[[relaychain.nodes]]
|
|
name = "bob"
|
|
args = ["--consensus None"]
|
|
validator = true
|
|
ws_port = 9955
|
|
|
|
[[relaychain.nodes]]
|
|
name = "charlie"
|
|
args = ["--consensus None"]
|
|
validator = true
|
|
ws_port = 9966
|
|
|
|
[[relaychain.nodes]]
|
|
name = "dave"
|
|
args = ["--consensus None"]
|
|
validator = true
|
|
ws_port = 9977
|