difftreelog
chore reconfigure min_gas_price for target
in: master
1 file changed
runtime/common/src/constants.rsdiffbeforeafterboth38pub const WEIGHT_TO_FEE_COEFF: u32 = 142_688_000;38pub const WEIGHT_TO_FEE_COEFF: u32 = 142_688_000;393940// Targeting 0.15 UNQ per transfer40// Targeting 0.15 UNQ per transfer41pub const MIN_GAS_PRICE: u64 = 1_018_751_825_264;41pub const MIN_GAS_PRICE: u64 = 1_019_493_469_850;424243/// We assume that ~10% of the block weight is consumed by `on_initalize` handlers.43/// We assume that ~10% of the block weight is consumed by `on_initalize` handlers.44/// This is used to limit the maximal weight of a single extrinsic.44/// This is used to limit the maximal weight of a single extrinsic.