Skip to content
Snippets Groups Projects
Commit b66320ab authored by Branislav Kontur's avatar Branislav Kontur Committed by Bastian Köcher
Browse files

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

* Adjusted constant because for measuring we used mistakenly rococo constants

* typo
parent a3e6ce4f
Branches
No related merge requests found
......@@ -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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment