--- a/primitives/common/src/constants.rs +++ b/primitives/common/src/constants.rs @@ -43,10 +43,10 @@ pub const UNIQUE: Balance = 100 * CENTIUNIQUE; // Targeting 0.1 UNQ per transfer -pub const WEIGHT_TO_FEE_COEFF: u64 = /**/78_389_100_150_858_528/**/; +pub const WEIGHT_TO_FEE_COEFF: u64 = /**/77_083_524_944_487_510/**/; // Targeting 0.15 UNQ per transfer via ETH -pub const MIN_GAS_PRICE: u64 = /**/1_014_919_410_810/**/; +pub const MIN_GAS_PRICE: u64 = /**/1_014_919_313_914/**/; /// 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.