mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 21:31:02 +00:00
This commit is contained in:
committed by
Bastian Köcher
parent
11052e3942
commit
df09e83ccb
@@ -73,3 +73,18 @@ pub const WITH_BRIDGE_WOCOCO_TO_ROCOCO_MESSAGES_PALLET_INDEX: u8 = 45;
|
||||
|
||||
decl_bridge_finality_runtime_apis!(bridge_hub_wococo);
|
||||
decl_bridge_messages_runtime_apis!(bridge_hub_wococo);
|
||||
|
||||
frame_support::parameter_types! {
|
||||
/// The XCM fee that is paid for executing XCM program (with `ExportMessage` instruction) at the Wococo
|
||||
/// BridgeHub.
|
||||
/// (initially was calculated by test `BridgeHubWococo::can_calculate_weight_for_paid_export_message_with_reserve_transfer` + `33%`)
|
||||
pub const BridgeHubWococoBaseXcmFeeInWocs: u128 = 1624803349;
|
||||
|
||||
/// Transaction fee that is paid at the Wococo BridgeHub for delivering single inbound message.
|
||||
/// (initially was calculated by test `BridgeHubWococo::can_calculate_fee_for_complex_message_delivery_transaction` + `33%`)
|
||||
pub const BridgeHubWococoBaseDeliveryFeeInWocs: u128 = 6417262881;
|
||||
|
||||
/// Transaction fee that is paid at the Wococo BridgeHub for delivering single outbound message confirmation.
|
||||
/// (initially was calculated by test `BridgeHubWococo::can_calculate_fee_for_complex_message_confirmation_transaction` + `33%`)
|
||||
pub const BridgeHubWococoBaseConfirmationFeeInWocs: u128 = 6159996668;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user