From 8a898447ce0626e4944caccbdde53dafcf02ffb0 Mon Sep 17 00:00:00 2001 From: grandfather Date: Tue, 21 Jan 2025 22:25:33 +0100 Subject: [PATCH] Typo fix README.md --- .../fuel-gas-price-algorithm/gas-price-data-fetcher/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fuel-gas-price-algorithm/gas-price-data-fetcher/README.md b/crates/fuel-gas-price-algorithm/gas-price-data-fetcher/README.md index 935451cb9f9..e6af029f6be 100644 --- a/crates/fuel-gas-price-algorithm/gas-price-data-fetcher/README.md +++ b/crates/fuel-gas-price-algorithm/gas-price-data-fetcher/README.md @@ -1,6 +1,6 @@ # Gas Price Analysis Data Fetcher -Binary allowing retrieveing the L1 blob and L2 block data needed by the gas price simulation binary. +Binary allowing retrieving the L1 blob and L2 block data needed by the gas price simulation binary. It requires being able to connect to the block committer, and either being able to connect to a sentry node or access to the database of a mainnet synched node. ## Usage