mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-04-21 23:47:57 +00:00
cf2536b751
This synchronizes the template to the stable2503 branch. Co-authored-by: iulianbarbu <14218860+iulianbarbu@users.noreply.github.com>
10 lines
201 B
TOML
10 lines
201 B
TOML
[relaychain]
|
|
default_command = "polkadot-omni-node"
|
|
chain = "dev"
|
|
chain_spec_path = "./dev_chain_spec.json"
|
|
default_args = ["--dev-block-time 3000"]
|
|
|
|
[[relaychain.nodes]]
|
|
name = "alice"
|
|
ws_port = 9944
|