mirror of
https://github.com/pezkuwichain/pez-teyrchain-template.git
synced 2026-07-21 16:05:41 +00:00
Initial teyrchain template from Pezkuwi SDK
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user