From 5120f0cecf4ac5659ca435fbf82bb21cda88cf08 Mon Sep 17 00:00:00 2001 From: Michael Eberhardt <64731211+neutrinoks@users.noreply.github.com> Date: Wed, 5 Nov 2025 13:49:56 +0400 Subject: [PATCH] feat: update GasLimitStorageGrowthRatio to 366 --- runtime/krest/src/lib.rs | 2 +- runtime/peaq-dev/src/lib.rs | 2 +- runtime/peaq/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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;