From 4ca73c3830e89bcb313e3e462929b15947f8d331 Mon Sep 17 00:00:00 2001 From: Blessing Krofegha Date: Wed, 6 Nov 2024 16:32:15 +0100 Subject: [PATCH 1/2] Updated endpoint --- utils/calculator-helpers.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/calculator-helpers.ts b/utils/calculator-helpers.ts index c6920a9c3..c2c9fcb26 100644 --- a/utils/calculator-helpers.ts +++ b/utils/calculator-helpers.ts @@ -1,11 +1,11 @@ import { transactionTypes } from "./transaction-types"; const L1GasBaseFee = - "https://static.optimism.io/op-analytics/reference_data/market_data/outputs/suggest_base_fee.txt"; // E76 + "https://raw.githubusercontent.com/ethereum-optimism/op-analytics/refs/heads/main/reference_data/market_data/outputs/suggest_base_fee.txt"; // E76 const ethToUsdRate = - "https://static.optimism.io/op-analytics/reference_data/market_data/outputs/ethusd.txt"; // E77 + "https://raw.githubusercontent.com/ethereum-optimism/op-analytics/refs/heads/main/reference_data/market_data/outputs/ethusd.txt"; // E77 const blobBaseFee = - "https://static.optimism.io/op-analytics/reference_data/market_data/outputs/blob_base_fee.txt"; // E78 + "https://raw.githubusercontent.com/ethereum-optimism/op-analytics/refs/heads/main/reference_data/market_data/outputs/blob_base_fee.txt"; // E78 // transactionsPerDay === E14: number // comparableTxnType === E15: string From d4442837bfb8813e66c7912fd7ae676cf3a73cd9 Mon Sep 17 00:00:00 2001 From: Blessing Krofegha Date: Wed, 6 Nov 2024 16:35:59 +0100 Subject: [PATCH 2/2] updated text --- components/calculator/ResultsTable.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/components/calculator/ResultsTable.tsx b/components/calculator/ResultsTable.tsx index 07c4d812b..e20a0d7f8 100644 --- a/components/calculator/ResultsTable.tsx +++ b/components/calculator/ResultsTable.tsx @@ -108,13 +108,11 @@ export function ResultsTable({

Note: This is an estimation,{" "} - see the Optimism Docs - {" "} - for steps on modifying parameters if needed once the chain is on - mainnet{" "} + read how to determine scalar values using blobs +