mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-14 12:01:02 +00:00
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
This commit is contained in:
@@ -18,7 +18,7 @@ chain = "dev"
|
||||
|
||||
[[parachains.collators]]
|
||||
name = "collator01"
|
||||
command = "./target/release/parachain-template-node"
|
||||
command = "./target/release/generic-template-node"
|
||||
ws_port = 9933
|
||||
rpc_port = 8833
|
||||
args = ["--rpc-max-connections 10000"]
|
||||
@@ -27,5 +27,5 @@ args = ["--rpc-max-connections 10000"]
|
||||
name = "collator02"
|
||||
ws_port = 9822
|
||||
rpc_port = 8822
|
||||
command = "./target/release/parachain-template-node"
|
||||
command = "./target/release/generic-template-node"
|
||||
args = ["--rpc-max-connections 10000"]
|
||||
|
||||
Reference in New Issue
Block a user