We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2405b commit a0c400cCopy full SHA for a0c400c
crates/humanode-runtime/src/lib.rs
@@ -924,6 +924,8 @@ pub type SignedPayload = generic::SignedPayload<RuntimeCall, SignedExtra>;
924
pub type Migrations = (
925
pallet_offences::migration::v1::MigrateToV1<Runtime>,
926
pallet_multisig::migrations::v1::MigrateToV1<Runtime>,
927
+ pallet_erc20_support::MigrationToV1<Runtime>,
928
+ pallet_humanode_session::MigrationToV1<Runtime>,
929
);
930
931
/// Executive: handles dispatch to the various modules.
0 commit comments