From 4d2b99d7c2379b946a1f6cd3a921d5eefc5df83b Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Tue, 01 Mar 2022 18:47:24 +0000 Subject: [PATCH] chore: reconfigure min gas price for target --- --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -264,7 +264,7 @@ impl FeeCalculator for FixedFee { fn min_gas_price() -> U256 { // Targeting 0.15 UNQ per transfer - 1_024_947_215_000u64.into() + 1_018_751_825_264u64.into() } } -- gitstuff