Skip to content

Commit a0c400c

Browse files
Try migrations
1 parent be2405b commit a0c400c

File tree

1 file changed

+2
-0
lines changed
  • crates/humanode-runtime/src

1 file changed

+2
-0
lines changed

crates/humanode-runtime/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,8 @@ pub type SignedPayload = generic::SignedPayload<RuntimeCall, SignedExtra>;
924924
pub type Migrations = (
925925
pallet_offences::migration::v1::MigrateToV1<Runtime>,
926926
pallet_multisig::migrations::v1::MigrateToV1<Runtime>,
927+
pallet_erc20_support::MigrationToV1<Runtime>,
928+
pallet_humanode_session::MigrationToV1<Runtime>,
927929
);
928930

929931
/// Executive: handles dispatch to the various modules.

0 commit comments

Comments
 (0)