Add support for the polkadot-omni-node (#222)

* Add configuration for the polkadot-omni-node

* Add support for the polkadot-omni-node

* Add CI inputs for polkadot-omni-node
This commit is contained in:
Omar
2026-01-12 05:49:53 +03:00
committed by GitHub
parent 62478ee2f9
commit d38e6d419d
7 changed files with 1097 additions and 5 deletions
@@ -1,4 +1,5 @@
pub mod geth;
pub mod lighthouse_geth;
pub mod polkadot_omni_node;
pub mod substrate;
pub mod zombienet;