mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-07-12 06:35:39 +00:00
1bb2e96501
* evm template integrated * workflows modified per template * workflow fixes
32 lines
603 B
TOML
32 lines
603 B
TOML
[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"]
|