Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply custom fees for bridge proxy (#742)
  • Loading branch information
vovac12 authored Sep 26, 2023
commit 99fbaf9d3d05d99bad6fb1bdb412a405f8c380e2
1 change: 1 addition & 0 deletions runtime/src/xor_fee_impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ impl CustomFees {
),
RuntimeCall::Assets(assets::Call::register { .. })
| RuntimeCall::EthBridge(eth_bridge::Call::transfer_to_sidechain { .. })
| RuntimeCall::BridgeProxy(bridge_proxy::Call::burn { .. })
| RuntimeCall::PoolXYK(pool_xyk::Call::withdraw_liquidity { .. })
| RuntimeCall::Rewards(rewards::Call::claim { .. })
| RuntimeCall::VestedRewards(vested_rewards::Call::claim_crowdloan_rewards {
Expand Down