Skip to content

Commit

Permalink
Last nit
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Jan 5, 2025
1 parent cc9763e commit c84c364
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ frame_support::parameter_types! {
/// The XCM fee that is paid for executing XCM program (with `ExportMessage` instruction) at the Kusama
/// BridgeHub.
/// (initially was calculated by test `BridgeHubKusama::can_calculate_weight_for_paid_export_message_with_reserve_transfer` + `33%`)
pub const BridgeHubKusamaBaseXcmFeeInKsms: u128 = 590_387_000;
pub const BridgeHubKusamaBaseXcmFeeInKsms: u128 = 601_115_666;

/// Transaction fee that is paid at the Kusama BridgeHub for delivering single inbound message.
/// (initially was calculated by test `BridgeHubKusama::can_calculate_fee_for_complex_message_delivery_transaction` + `33%`)
Expand Down

0 comments on commit c84c364

Please sign in to comment.