Skip to content

Commit

Permalink
Add set_gateway to safe call filter (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
doubledup authored Jul 24, 2023
1 parent c694521 commit f59e134
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ impl Contains<RuntimeCall> for SafeCallFilter {
| snowbridge_ethereum_beacon_client::Call::set_operating_mode { .. },
) | RuntimeCall::EthereumInboundQueue(
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 { .. }
Expand Down

0 comments on commit f59e134

Please sign in to comment.