Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Not going to refund treasuries
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeddes committed Nov 12, 2023
1 parent 758f7c5 commit b6f6160
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ use weights::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight};

use crate::{
bridge_hub_rococo_config::BridgeRefundBridgeHubWococoMessages,
bridge_hub_wococo_config::BridgeRefundBridgeHubRococoMessages,
xcm_config::XcmRouter,
bridge_hub_wococo_config::BridgeRefundBridgeHubRococoMessages, xcm_config::XcmRouter,
};
use parachains_common::{
impls::DealWithFees,
Expand Down Expand Up @@ -531,10 +530,9 @@ impl snowbridge_inbound_queue::Config for Runtime {
CreateAssetCall,
CreateAssetExecutionFee,
CreateAssetDeposit,
SendTokenExecutionFee,
TreasuryAccount,
SendTokenExecutionFee,
AccountId,
Balance
Balance,
>;
type WeightToFee = WeightToFee;
}
Expand Down

0 comments on commit b6f6160

Please sign in to comment.