Skip to content

Commit

Permalink
chore: reconfigure pallet revive
Browse files Browse the repository at this point in the history
  • Loading branch information
chungquantin committed Jan 9, 2025
1 parent ecb7855 commit 3447244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/configs/revive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl pallet_revive::Config for Runtime {
type WeightInfo = pallet_revive::weights::SubstrateWeight<Self>;
type ChainExtension = ();
type AddressGenerator = pallet_revive::DefaultAddressGenerator;
type MaxCodeLen = ConstU32<{ 256 * 1024 }>;
type MaxCodeLen = ConstU32<{ 128 * 1024 }>;
type RuntimeMemory = ConstU32<{ 128 * 1024 * 1024 }>;
type PVFMemory = ConstU32<{ 512 * 1024 * 1024 }>;
type UnsafeUnstableInterface = ConstBool<true>;
Expand Down

0 comments on commit 3447244

Please sign in to comment.