Skip to content

Commit

Permalink
Allow AssetsHandler in call filter (#3017)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang authored Aug 27, 2024
1 parent 65947b3 commit 779c99e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions runtime/litentry/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,7 @@ impl Contains<RuntimeCall> for NormalModeFilter {
RuntimeCall::Ethereum(_) |
// AccountFix
RuntimeCall::AccountFix(_) |
RuntimeCall::AssetsHandler(_) |
RuntimeCall::Bitacross(_) |
RuntimeCall::EvmAssertions(_) |
RuntimeCall::ScoreStaking(_)
Expand Down
1 change: 1 addition & 0 deletions runtime/rococo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1356,6 +1356,7 @@ impl Contains<RuntimeCall> for NormalModeFilter {
RuntimeCall::Ethereum(_) |
// AccountFix
RuntimeCall::AccountFix(_) |
RuntimeCall::AssetsHandler(_) |
RuntimeCall::Bitacross(_) |
RuntimeCall::EvmAssertions(_) |
RuntimeCall::ScoreStaking(_)
Expand Down

0 comments on commit 779c99e

Please sign in to comment.