mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-07-21 23:35:39 +00:00
Transition into monorepo (#180)
* evm template integrated * workflows modified per template * workflow fixes
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
[relaychain]
|
||||
chain = "rococo-local"
|
||||
default_command = "./bin-v1.6.0/polkadot"
|
||||
|
||||
[[relaychain.nodes]]
|
||||
name = "alice"
|
||||
validator = true
|
||||
|
||||
[[relaychain.nodes]]
|
||||
name = "bob"
|
||||
validator = true
|
||||
|
||||
[[parachains]]
|
||||
id = 1000
|
||||
addToGenesis = true
|
||||
cumulus_based = true
|
||||
chain = "dev"
|
||||
|
||||
[[parachains.collators]]
|
||||
name = "collator01"
|
||||
command = "./target/release/parachain-template-node"
|
||||
ws_port = 9933
|
||||
rpc_port = 8833
|
||||
args = ["--rpc-max-connections 10000"]
|
||||
|
||||
[[parachains.collators]]
|
||||
name = "collator02"
|
||||
ws_port = 9822
|
||||
rpc_port = 8822
|
||||
command = "./target/release/parachain-template-node"
|
||||
args = ["--rpc-max-connections 10000"]
|
||||
Reference in New Issue
Block a user