mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 03:17:56 +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:
@@ -15,10 +15,11 @@ id = 1000
|
||||
addToGenesis = true
|
||||
cumulus_based = true
|
||||
chain = "dev"
|
||||
force_decorator = "generic-evm"
|
||||
|
||||
[[parachains.collators]]
|
||||
name = "collator01"
|
||||
command = "./target/release/parachain-template-node"
|
||||
command = "./target/release/evm-template-node"
|
||||
ws_port = 9933
|
||||
rpc_port = 8833
|
||||
args = ["--rpc-max-connections 10000"]
|
||||
@@ -27,5 +28,5 @@ chain = "dev"
|
||||
name = "collator02"
|
||||
ws_port = 9822
|
||||
rpc_port = 8822
|
||||
command = "./target/release/parachain-template-node"
|
||||
command = "./target/release/evm-template-node"
|
||||
args = ["--rpc-max-connections 10000"]
|
||||
|
||||
@@ -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