Files
pezkuwi-runtime-templates/evm-template/zombienet-config/devnet.toml
T
Alex Bean ab82cb37a9 fix: rename templates binaries in the zombienet files (#290)
* fix: rename templates binaries in the zombienet files

* fix: add force_decorator = generic-evm in the config file

* fix: rename templates binaries in the config file for generic template
2024-08-21 09:53:54 +03:00

33 lines
623 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"
force_decorator = "generic-evm"
[[parachains.collators]]
name = "collator01"
command = "./target/release/evm-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/evm-template-node"
args = ["--rpc-max-connections 10000"]