From b5c43bbf37fd37184ef283d7e31b02b8dc53638c Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Wed, 1 Nov 2023 22:44:51 +0100 Subject: [PATCH] Adjusted constant because for measuring we used mistakenly rococo constants (#2664) * Adjusted constant because for measuring we used mistakenly rococo constants * typo --- primitives/chain-asset-hub-westend/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/primitives/chain-asset-hub-westend/src/lib.rs b/primitives/chain-asset-hub-westend/src/lib.rs index c943dc320b76..2d317e4aee46 100644 --- a/primitives/chain-asset-hub-westend/src/lib.rs +++ b/primitives/chain-asset-hub-westend/src/lib.rs @@ -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.