We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cba858 commit 8fc8debCopy full SHA for 8fc8deb
runtime/local/src/lib.rs
@@ -928,7 +928,7 @@ impl pallet_contracts::Config for Runtime {
928
type AddressGenerator = pallet_contracts::DefaultAddressGenerator;
929
type MaxCodeLen = ConstU32<{ 123 * 1024 }>;
930
type MaxStorageKeyLen = ConstU32<128>;
931
- type UnsafeUnstableInterface = ConstBool<false>;
+ type UnsafeUnstableInterface = ConstBool<true>;
932
type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>;
933
}
934
0 commit comments