Open
Description
Issue Description
I'm trying to run the Zombienet environment with a collator using the Frontier runtime.
Steps to reproduce the issue
Steps to reproduce the issue
- Build frontier with polkadot-sdk v1.11.0
- Run zombienet with the following configuration:
[settings]
timeout = 1000
[relaychain]
default_image = "paritypr/polkadot-debug:master"
chain = "rococo-local"
[[relaychain.nodes]]
name = "alice"
[[relaychain.nodes]]
name = "bob"
[[parachains]]
id = 100
[parachains.collator]
name = "collator01"
command = "/frontier/target/release/frontier-template-node"
Describe the results you received
error: unrecognized subcommand 'export-genesis-state'
tip: a similar subcommand exists: 'export-state'
Usage: frontier-template-node [OPTIONS]
frontier-template-node <COMMAND>
For more information, try '--help'
Describe the results you expected
It should run a network with a collator that includes the frontier runtime.
Zombienet version
1.3.110
Provider
Native
Provider version
## For binaries
- polkadot: image from `paritypr/polkadot-debug:master`
- polkadot-parachain: /~https://github.com/polkadot-evm/frontier/tree/polkadot-v1.11.0
Upstream Latest Release
Yes