Skip to content

Unrecognized subcommand 'export-genesis-state' #1882

Open
@magecnion

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

  1. Build frontier with polkadot-sdk v1.11.0
  2. 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

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions