File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -108,13 +108,11 @@ export function ResultsTable({
108108 < p className = "calculator-info calculator-text" >
109109 < strong > Note: </ strong > This is an estimation,{ " " }
110110 < a
111- href = "https://docs.optimism.io /builders/chain-operators/management/blobs#determine-scalar-values-for-using-blobs"
111+ href = "/builders/chain-operators/management/blobs#determine-scalar-values-for-using-blobs"
112112 target = "_blank"
113113 >
114- see the Optimism Docs
115- </ a > { " " }
116- for steps on modifying parameters if needed once the chain is on
117- mainnet{ " " }
114+ read how to determine scalar values using blobs
115+ </ a >
118116 </ p >
119117 </ div >
120118 < div className = "results-table-wrap" >
Original file line number Diff line number Diff line change 11import { transactionTypes } from "./transaction-types" ;
22
33const L1GasBaseFee =
4- "https://static.optimism.io/ op-analytics/reference_data/market_data/outputs/suggest_base_fee.txt" ; // E76
4+ "https://raw.githubusercontent.com/ethereum-optimism/ op-analytics/refs/heads/main /reference_data/market_data/outputs/suggest_base_fee.txt" ; // E76
55const ethToUsdRate =
6- "https://static.optimism.io/ op-analytics/reference_data/market_data/outputs/ethusd.txt" ; // E77
6+ "https://raw.githubusercontent.com/ethereum-optimism/ op-analytics/refs/heads/main /reference_data/market_data/outputs/ethusd.txt" ; // E77
77const blobBaseFee =
8- "https://static.optimism.io/ op-analytics/reference_data/market_data/outputs/blob_base_fee.txt" ; // E78
8+ "https://raw.githubusercontent.com/ethereum-optimism/ op-analytics/refs/heads/main /reference_data/market_data/outputs/blob_base_fee.txt" ; // E78
99
1010// transactionsPerDay === E14: number
1111// comparableTxnType === E15: string
You can’t perform that action at this time.
0 commit comments