From e49be8fa3aeb5a1857ee06500e4fa4de2bbdf29c Mon Sep 17 00:00:00 2001 From: Ragnar Date: Thu, 27 Feb 2025 02:57:23 +0100 Subject: [PATCH 1/2] Update calculator-helpers.ts --- utils/calculator-helpers.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/calculator-helpers.ts b/utils/calculator-helpers.ts index c2c9fcb26..122cc1c97 100644 --- a/utils/calculator-helpers.ts +++ b/utils/calculator-helpers.ts @@ -192,7 +192,7 @@ const getEstimatedSizeCalldataGasRatio = (comparableTxnType: string) => { }; // c13 done // =24/'Chain Estimator'!E22 -const calculateImpliedMinimumBlobsPerDay = ( +const calculateImpliedMinimumL1TxsPerDay = ( maxChannelDuration: number ) => { const output = 24 / maxChannelDuration; @@ -1080,4 +1080,4 @@ export const Avg_Total_Gas_Used_Per_L1_State_Proposal = 86847.5; // N12 export const FastLZ_Intercept = -42585600; // N13 export const FastLZ_Coefficient = 836500; // N14 export const FatLZ_Min_Transaction_Size = 100; // N15 -export const Avg_Total_Gas_Used_Per_L1_Fault_Proof_State_Proposal = 420926.0; // N16 \ No newline at end of file +export const Avg_Total_Gas_Used_Per_L1_Fault_Proof_State_Proposal = 420926.0; // N16 From 86b603f619ccf9299b0322dfa26828d15ef77c95 Mon Sep 17 00:00:00 2001 From: Bradley Camacho <42678939+bradleycamacho@users.noreply.github.com> Date: Mon, 3 Mar 2025 10:18:00 -0800 Subject: [PATCH 2/2] empty commit --- utils/calculator-helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/calculator-helpers.ts b/utils/calculator-helpers.ts index 122cc1c97..a94af8211 100644 --- a/utils/calculator-helpers.ts +++ b/utils/calculator-helpers.ts @@ -52,7 +52,7 @@ function calculateAltDAOrL1TransactionCost( export function resultsFeeScalarsAssumed( comparableTxnType: string, // e15 - transactionsPerDay: number, // e14 + transactionsPerDay: number, // e14 dataAvailabilityType: string, // E16 targetDataMargin: number, // E18 isStateEnabled: string, // E24