pub mod v1; pub type MigrateV0ToV1 = frame_support::migrations::VersionedMigration< 0, 1, v1::StoreNetworkIdsIntoBoundedVec, crate::Pallet, ::DbWeight, >;