diff --git a/runtime/krest/src/lib.rs b/runtime/krest/src/lib.rs index 846e1e80..09dcfe22 100644 --- a/runtime/krest/src/lib.rs +++ b/runtime/krest/src/lib.rs @@ -679,7 +679,7 @@ parameter_types! { /// (15_000_000 / 40kb) /// However, let us setup the value as 1 for now because we also has the did/storage bridge /// [TODO] Need to check - pub GasLimitStorageGrowthRatio: u64 = 1; + pub GasLimitStorageGrowthRatio: u64 = 366; } impl pallet_evm::Config for Runtime { diff --git a/runtime/peaq-dev/src/lib.rs b/runtime/peaq-dev/src/lib.rs index 074cad86..5adc5521 100644 --- a/runtime/peaq-dev/src/lib.rs +++ b/runtime/peaq-dev/src/lib.rs @@ -684,7 +684,7 @@ parameter_types! { /// (15_000_000 / 40kb) /// However, let us setup the value as 1 for now because we also has the did/storage bridge /// [TODO] Need to check - pub GasLimitStorageGrowthRatio: u64 = 1; + pub GasLimitStorageGrowthRatio: u64 = 366; } impl pallet_evm::Config for Runtime { diff --git a/runtime/peaq/src/lib.rs b/runtime/peaq/src/lib.rs index 1165709f..1bdd18eb 100644 --- a/runtime/peaq/src/lib.rs +++ b/runtime/peaq/src/lib.rs @@ -706,7 +706,7 @@ parameter_types! { /// (15_000_000 / 40kb) /// However, let us setup the value as 1 for now because we also has the did/storage bridge /// [TODO] Need to check - pub GasLimitStorageGrowthRatio: u64 = 1; + pub GasLimitStorageGrowthRatio: u64 = 366; } pub struct TransactionPaymentAsGasPrice;