--- 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 = /**/76_840_511_488_584_762/**/;
+pub const WEIGHT_TO_FEE_COEFF: u64 = /**/76_902_456_736_428_438/**/;
// Targeting 0.15 UNQ per transfer via ETH
-pub const MIN_GAS_PRICE: u64 = /**/1_906_626_161_453/**/;
+pub const MIN_GAS_PRICE: u64 = /**/1_908_931_253_022/**/;
/// 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.