Add Migrations to contracts config (#2701)

* add Migrations to contracts config

* update lockfile for {"substrate", "polkadot"}

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Juan
2023-06-09 13:46:10 +02:00
committed by GitHub
parent 356620ba5c
commit 4afbff9763
2 changed files with 263 additions and 262 deletions
@@ -48,4 +48,5 @@ impl Config for Runtime {
type MaxStorageKeyLen = ConstU32<128>;
type UnsafeUnstableInterface = ConstBool<true>;
type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>;
type Migrations = ();
}