Skip to content

Commit

Permalink
Adjusted constant because for measuring we used mistakenly rococo con…
Browse files Browse the repository at this point in the history
…stants (#2664)

* Adjusted constant because for measuring we used mistakenly rococo constants

* typo
  • Loading branch information
bkontur committed Nov 1, 2023
1 parent 062449d commit b5c43bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/chain-asset-hub-westend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b5c43bb

Please sign in to comment.