Skip to content

Commit

Permalink
Miss
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard committed Dec 5, 2024
1 parent 4cb2f41 commit e5578e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion runtime/shibuya/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,6 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
)
| RuntimeCall::DappStaking(..)
| RuntimeCall::CollatorSelection(..)
| RuntimeCall::XcAssetConfig(..)
)
}
// All Runtime calls from Pallet Balances allowed for proxy account
Expand Down
1 change: 0 additions & 1 deletion runtime/shiden/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,6 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
)
| RuntimeCall::DappStaking(..)
| RuntimeCall::CollatorSelection(..)
| RuntimeCall::XcAssetConfig(..)
)
}
ProxyType::Balances => {
Expand Down

0 comments on commit e5578e0

Please sign in to comment.