diff --git a/parachain/pallets/evm-address/src/mock.rs b/parachain/pallets/evm-address/src/mock.rs index bc5b21150a..ca2b1a10f4 100644 --- a/parachain/pallets/evm-address/src/mock.rs +++ b/parachain/pallets/evm-address/src/mock.rs @@ -233,7 +233,7 @@ impl pallet_ethereum::Config for Test { type StateRoot = pallet_ethereum::IntermediateStateRoot; type PostLogContent = PostBlockAndTxnHashes; // Maximum length (in bytes) of revert message to include in Executed event - type ExtraDataLength = ConstU32<30>; + type ExtraDataLength = ConstU32<256>; } impl pallet_evm_address::Config for Test { diff --git a/parachain/runtime/litentry/src/lib.rs b/parachain/runtime/litentry/src/lib.rs index 4815a5fc21..0fe656a87f 100644 --- a/parachain/runtime/litentry/src/lib.rs +++ b/parachain/runtime/litentry/src/lib.rs @@ -1103,7 +1103,7 @@ impl pallet_ethereum::Config for Runtime { type StateRoot = pallet_ethereum::IntermediateStateRoot; type PostLogContent = PostBlockAndTxnHashes; // Maximum length (in bytes) of revert message to include in Executed event - type ExtraDataLength = ConstU32<30>; + type ExtraDataLength = ConstU32<256>; } parameter_types! { diff --git a/parachain/runtime/paseo/src/lib.rs b/parachain/runtime/paseo/src/lib.rs index f80bc095ec..8c5267e471 100644 --- a/parachain/runtime/paseo/src/lib.rs +++ b/parachain/runtime/paseo/src/lib.rs @@ -1146,7 +1146,7 @@ impl pallet_ethereum::Config for Runtime { type StateRoot = pallet_ethereum::IntermediateStateRoot; type PostLogContent = PostBlockAndTxnHashes; // Maximum length (in bytes) of revert message to include in Executed event - type ExtraDataLength = ConstU32<30>; + type ExtraDataLength = ConstU32<256>; } parameter_types! { diff --git a/parachain/runtime/rococo/src/lib.rs b/parachain/runtime/rococo/src/lib.rs index c875ce5e53..ba7f2ca240 100644 --- a/parachain/runtime/rococo/src/lib.rs +++ b/parachain/runtime/rococo/src/lib.rs @@ -1145,7 +1145,7 @@ impl pallet_ethereum::Config for Runtime { type StateRoot = pallet_ethereum::IntermediateStateRoot; type PostLogContent = PostBlockAndTxnHashes; // Maximum length (in bytes) of revert message to include in Executed event - type ExtraDataLength = ConstU32<30>; + type ExtraDataLength = ConstU32<256>; } parameter_types! {