git.delta.rocks / unique-network / refs/commits / 21f1e24d52db

difftreelog

chore reconfigure min_gas_price for target

Igor Kozyrev2022-06-15parent: #1861bd9.patch.diff
in: master

1 file changed

modifiedruntime/common/src/constants.rsdiffbeforeafterboth
38pub const WEIGHT_TO_FEE_COEFF: u32 = 142_688_000;38pub const WEIGHT_TO_FEE_COEFF: u32 = 142_688_000;
3939
40// Targeting 0.15 UNQ per transfer40// Targeting 0.15 UNQ per transfer
41pub const MIN_GAS_PRICE: u64 = 1_018_751_825_264;41pub const MIN_GAS_PRICE: u64 = 1_019_493_469_850;
4242
43/// 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.