From 74a28c8df90f82738bd2d5148360274fc77b68a3 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Sat, 30 Sep 2023 18:15:16 +0000 Subject: [PATCH] chore: calibrate weight2fee --- --- 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. -- gitstuff