Change the input for the polkadot-omni-node to be a path to chain-spec (#223)

* Change the input for the polkadot-omni-node to be a path to chain-spec

* Remove unneeded dependency
This commit is contained in:
Omar
2026-01-14 14:59:21 +03:00
committed by GitHub
parent 2d3602aaed
commit 94b04c0189
5 changed files with 19 additions and 61 deletions
-1
View File
@@ -31,7 +31,6 @@ serde_yaml_ng = { workspace = true }
sp-core = { workspace = true }
sp-runtime = { workspace = true }
subxt = { workspace = true }
temp-dir = { workspace = true }
zombienet-sdk = { workspace = true }
[dev-dependencies]