Skip to content

Commit

Permalink
update pallet_evm config
Browse files Browse the repository at this point in the history
  • Loading branch information
gitofdeepanshu committed Aug 6, 2023
1 parent b04e1a8 commit 785e5ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion precompiles/batch/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
use super::*;

use fp_evm::IsPrecompileResult;
use frame_support::traits::Everything;
use frame_support::traits::{ConstU64, Everything};
use frame_support::{construct_runtime, parameter_types, weights::Weight};
use pallet_evm::{EnsureAddressNever, EnsureAddressRoot, PrecompileResult, PrecompileSet};
use precompile_utils::{mock_account, testing::MockAccount};
Expand Down Expand Up @@ -159,6 +159,7 @@ impl pallet_evm::Config for Runtime {
type FindAuthor = ();
type OnCreate = ();
type WeightInfo = ();
type GasLimitPovSizeRatio = ConstU64<4>;
}

parameter_types! {
Expand Down

0 comments on commit 785e5ca

Please sign in to comment.