mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
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:
Generated
+262
-262
File diff suppressed because it is too large
Load Diff
@@ -48,4 +48,5 @@ impl Config for Runtime {
|
|||||||
type MaxStorageKeyLen = ConstU32<128>;
|
type MaxStorageKeyLen = ConstU32<128>;
|
||||||
type UnsafeUnstableInterface = ConstBool<true>;
|
type UnsafeUnstableInterface = ConstBool<true>;
|
||||||
type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>;
|
type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>;
|
||||||
|
type Migrations = ();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user