mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 09:51:02 +00:00
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:
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.
|
||||
|
||||
Reference in New Issue
Block a user