--- 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 = /**/77_083_524_944_487_510/**/;
+pub const WEIGHT_TO_FEE_COEFF: u64 = /**/77_071_069_464_131_590/**/;
// Targeting 0.15 UNQ per transfer via ETH
-pub const MIN_GAS_PRICE: u64 = /**/1_014_919_313_914/**/;
+pub const MIN_GAS_PRICE: u64 = /**/1_014_754_530_878/**/;
/// 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.