diff --git a/runtime/moonbase/src/lib.rs b/runtime/moonbase/src/lib.rs index ea201a4883..94761f0990 100644 --- a/runtime/moonbase/src/lib.rs +++ b/runtime/moonbase/src/lib.rs @@ -863,6 +863,7 @@ impl pallet_evm_precompile_proxy::EvmProxyCallFilter for ProxyType { && match PrecompileName::from_address(call.to.0) { Some( PrecompileName::AuthorMappingPrecompile + | PrecompileName::IdentityPrecompile | PrecompileName::ParachainStakingPrecompile, ) => true, Some(ref precompile) if is_governance_precompile(precompile) => true,