--- a/primitives/common/src/constants.rs +++ b/primitives/common/src/constants.rs @@ -52,10 +52,10 @@ pub const SESSION_LENGTH: BlockNumber = HOURS; // Targeting 0.1 UNQ per transfer -pub const WEIGHT_TO_FEE_COEFF: u64 = /**/77_300_265_101_007_172/**/; +pub const WEIGHT_TO_FEE_COEFF: u64 = /**/77_334_604_063_436_322/**/; // Targeting 0.15 UNQ per transfer via ETH -pub const MIN_GAS_PRICE: u64 = /**/1_920_221_209_483/**/; +pub const MIN_GAS_PRICE: u64 = /**/1_920_639_188_722/**/; /// We assume that ~10% of the block weight is consumed by `on_initalize` handlers. /// This is used to limit the maximal weight of a single extrinsic.