From 21f1e24d52db7dba6b71fb0d0ac0aa15459a5dd6 Mon Sep 17 00:00:00 2001 From: Igor Kozyrev Date: Wed, 15 Jun 2022 19:45:37 +0000 Subject: [PATCH] chore: reconfigure min_gas_price for target --- --- a/runtime/common/src/constants.rs +++ b/runtime/common/src/constants.rs @@ -38,7 +38,7 @@ pub const WEIGHT_TO_FEE_COEFF: u32 = 142_688_000; // Targeting 0.15 UNQ per transfer -pub const MIN_GAS_PRICE: u64 = 1_018_751_825_264; +pub const MIN_GAS_PRICE: u64 = 1_019_493_469_850; /// 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