rococo_contracts: Adds missing migration (#4112)

Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
This commit is contained in:
Bastian Köcher
2024-04-14 22:39:40 +02:00
committed by GitHub
parent 6688eac5ab
commit 88fe94516c
@@ -71,7 +71,7 @@ impl Config for Runtime {
type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>; type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>;
type MaxDelegateDependencies = ConstU32<32>; type MaxDelegateDependencies = ConstU32<32>;
type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent; type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent;
type Migrations = (); type Migrations = (pallet_contracts::migration::v16::Migration<Runtime>,);
type RuntimeHoldReason = RuntimeHoldReason; type RuntimeHoldReason = RuntimeHoldReason;
type Debug = (); type Debug = ();
type Environment = (); type Environment = ();