Skip to content

Fix function name: #1421

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions utils/calculator-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -192,7 +192,7 @@ const getEstimatedSizeCalldataGasRatio = (comparableTxnType: string) => {
}; // c13 done

// =24/'Chain Estimator'!E22
const calculateImpliedMinimumBlobsPerDay = (
const calculateImpliedMinimumL1TxsPerDay = (
maxChannelDuration: number
) => {
const output = 24 / maxChannelDuration;
Expand Down Expand Up @@ -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
export const Avg_Total_Gas_Used_Per_L1_Fault_Proof_State_Proposal = 420926.0; // N16