Skip to content

Commit

Permalink
Allow xcm to config base_fee
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Sep 5, 2023
1 parent 3a7d5dd commit 9f68486
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,8 @@ impl Contains<RuntimeCall> for SafeCallFilter {
snowbridge_inbound_queue::Call::set_owner { .. }
| snowbridge_inbound_queue::Call::set_gateway { .. }
| snowbridge_inbound_queue::Call::set_operating_mode { .. },
) | RuntimeCall::EthereumOutboundQueue(
snowbridge_outbound_queue::Call::set_owner { .. } |
snowbridge_outbound_queue::Call::set_operating_mode { .. },
) | RuntimeCall::EthereumControl(..)
) | RuntimeCall::EthereumOutboundQueue(..)
| RuntimeCall::EthereumControl(..)
)
}
}
Expand Down

0 comments on commit 9f68486

Please sign in to comment.