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:
@@ -2,30 +2,31 @@
|
|||||||
chain = "rococo-local"
|
chain = "rococo-local"
|
||||||
default_command = "./bin-v1.6.0/polkadot"
|
default_command = "./bin-v1.6.0/polkadot"
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "alice"
|
name = "alice"
|
||||||
validator = true
|
validator = true
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "bob"
|
name = "bob"
|
||||||
validator = true
|
validator = true
|
||||||
|
|
||||||
[[parachains]]
|
[[parachains]]
|
||||||
id = 1000
|
id = 1000
|
||||||
addToGenesis = true
|
addToGenesis = true
|
||||||
cumulus_based = true
|
cumulus_based = true
|
||||||
chain = "dev"
|
chain = "dev"
|
||||||
|
force_decorator = "generic-evm"
|
||||||
|
|
||||||
[[parachains.collators]]
|
[[parachains.collators]]
|
||||||
name = "collator01"
|
name = "collator01"
|
||||||
command = "./target/release/parachain-template-node"
|
command = "./target/release/evm-template-node"
|
||||||
ws_port = 9933
|
ws_port = 9933
|
||||||
rpc_port = 8833
|
rpc_port = 8833
|
||||||
args = ["--rpc-max-connections 10000"]
|
args = ["--rpc-max-connections 10000"]
|
||||||
|
|
||||||
[[parachains.collators]]
|
[[parachains.collators]]
|
||||||
name = "collator02"
|
name = "collator02"
|
||||||
ws_port = 9822
|
ws_port = 9822
|
||||||
rpc_port = 8822
|
rpc_port = 8822
|
||||||
command = "./target/release/parachain-template-node"
|
command = "./target/release/evm-template-node"
|
||||||
args = ["--rpc-max-connections 10000"]
|
args = ["--rpc-max-connections 10000"]
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ chain = "dev"
|
|||||||
|
|
||||||
[[parachains.collators]]
|
[[parachains.collators]]
|
||||||
name = "collator01"
|
name = "collator01"
|
||||||
command = "./target/release/parachain-template-node"
|
command = "./target/release/generic-template-node"
|
||||||
ws_port = 9933
|
ws_port = 9933
|
||||||
rpc_port = 8833
|
rpc_port = 8833
|
||||||
args = ["--rpc-max-connections 10000"]
|
args = ["--rpc-max-connections 10000"]
|
||||||
@@ -27,5 +27,5 @@ args = ["--rpc-max-connections 10000"]
|
|||||||
name = "collator02"
|
name = "collator02"
|
||||||
ws_port = 9822
|
ws_port = 9822
|
||||||
rpc_port = 8822
|
rpc_port = 8822
|
||||||
command = "./target/release/parachain-template-node"
|
command = "./target/release/generic-template-node"
|
||||||
args = ["--rpc-max-connections 10000"]
|
args = ["--rpc-max-connections 10000"]
|
||||||
|
|||||||
Reference in New Issue
Block a user