Skip to content

Commit

Permalink
evm proxy: allow identity precompile through NonTransfer proxy (#2465)
Browse files Browse the repository at this point in the history
  • Loading branch information
librelois committed Aug 30, 2023
1 parent 1b240f3 commit 2d0f1e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/moonbase/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2d0f1e0

Please sign in to comment.