mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
Add migration for substrate#14084 (#2751)
* v12 migration to seq * Contracts-rococo: Update migration * add v9..v12 migrations * fix * fix * v12 migration to run seq * update lock file for substrate fmt cargo lock update substrate only --------- Co-authored-by: pgherveou <pgherveou@gmail.com>
This commit is contained in:
@@ -100,6 +100,7 @@ pub type Migrations = (
|
||||
cumulus_pallet_dmp_queue::migration::Migration<Runtime>,
|
||||
cumulus_pallet_parachain_system::migration::Migration<Runtime>,
|
||||
cumulus_pallet_xcmp_queue::migration::Migration<Runtime>,
|
||||
pallet_contracts::Migration<Runtime>,
|
||||
);
|
||||
|
||||
type EventRecord = frame_system::EventRecord<
|
||||
|
||||
Reference in New Issue
Block a user