mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-21 23:47:56 +00:00
30930edda5
* Add zombienet config to release (#158) * Cleanup docs for the release (#160) * Updated documentation to version 1.7.0 * Updated broken links * updated docs to v1.10 (#166) * updated dependencies to v1.10.0 (#165) * Fixed weights for non-XCM related pallets (#149) * add remove proxies to filter (#146) * Fix weights for XCM and Message Queue. (#153) * Fix for PriceForSiblingDelivery (#156) * Fix the FeeManager setting (#159) * better explanation for constants (#167) * better explanation for constants * Removed polkadot launch (#169) * Removed warnings about experimental code. (#170) * Attached audit. * toml sort * changelog and version bump (#174) * changelog and version bump * cargo fmt fix --------- Co-authored-by: Nikita Khateev <nikita.khateev@openzeppelin.com> Co-authored-by: Amar Singh <asinghchrony@protonmail.com>
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"]
|