Adjusted constant because for measuring we used mistakenly rococo constants (#2664)

* Adjusted constant because for measuring we used mistakenly rococo constants

* typo
This commit is contained in:
Branislav Kontur
2023-11-01 22:44:51 +01:00
committed by Bastian Köcher
parent a3e6ce4f94
commit b66320ab4a
@@ -45,7 +45,7 @@ frame_support::parameter_types! {
/// Base delivery fee to `BridgeHubWestend`.
/// (initially was calculated by test `BridgeHubWestend::can_calculate_weight_for_paid_export_message_with_reserve_transfer` + `33%`)
pub const BridgeHubWestendBaseFeeInWocs: u128 = 1624803349;
pub const BridgeHubWestendBaseFeeInWnds: u128 = 487441010000;
}
/// Identifier of AssetHubWestend in the Westend relay chain.