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.
2 parents 8c6b01f + dc15579 commit f609ae4Copy full SHA for f609ae4
standalone/runtime/src/lib.rs
@@ -1283,7 +1283,7 @@ impl pallet_stakepool::Config for Runtime {
1283
impl pallet_fat::Config for Runtime {
1284
type Event = Event;
1285
type InkCodeSizeLimit = ConstU32<{1024*1024*2}>;
1286
- type SidevmCodeSizeLimit = ConstU32<{1024*1024*2}>;
+ type SidevmCodeSizeLimit = ConstU32<{1024*1024*8}>;
1287
}
1288
1289
impl puppets::parachain_info::Config for Runtime {}
0 commit comments