// collate_on_tanssi will not be called in solochains because solochains use a different consensus
panic!("Called collate_on_tanssi on solochain collator. This is unsupported and the runtime shouldn't allow this, it is a bug")
/// Create a dummy [Configuration] that should only be used as input to polkadot-sdk functions that
pub fn dummy_config(tokio_handle: tokio::runtime::Handle, base_path: BasePath) -> Configuration {
/// expect. This function will check if the zombienet folder exists, and if so, copy all the keys
// If base_path is not explicitly set, we are not running under zombienet, so there is nothing to do