--- 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 = /**/78_240_337_566_697_829/**/; +pub const WEIGHT_TO_FEE_COEFF: u64 = /**/78_254_739_568_813_617/**/; // Targeting 0.15 UNQ per transfer via ETH -pub const MIN_GAS_PRICE: u64 = /**/1_031_842_664_630/**/; +pub const MIN_GAS_PRICE: u64 = /**/952_266_075_838/**/; /// 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.