Skip to content
Snippets Groups Projects
Commit 485cd58e authored by Branislav Kontur's avatar Branislav Kontur Committed by Serban Iorga
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 df2ee1a4
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