mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-04-22 03:18:01 +00:00
Update the minimal template to stable2503 (#23)
This synchronizes the template to the stable2503 branch. Co-authored-by: iulianbarbu <14218860+iulianbarbu@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
dbc4be1c1f
commit
cf2536b751
@@ -1,8 +1,8 @@
|
||||
[relaychain]
|
||||
default_command = "polkadot-omni-node"
|
||||
chain = "dev"
|
||||
chain_spec_path = "<path/to/chain_spec.json>"
|
||||
default_args = ["--dev"]
|
||||
chain_spec_path = "./dev_chain_spec.json"
|
||||
default_args = ["--dev-block-time 3000"]
|
||||
|
||||
[[relaychain.nodes]]
|
||||
name = "alice"
|
||||
|
||||
Reference in New Issue
Block a user