From 08e1d24d51c8c32125d41da7a291a4ec06b4c337 Mon Sep 17 00:00:00 2001 From: Joan E <153745173+joaniefromtheblock@users.noreply.github.com> Date: Tue, 14 May 2024 14:04:50 -0700 Subject: [PATCH] Document fixedBaseFee genesis option (#1586) * Add to table Signed-off-by: Joan E <153745173+joaniefromtheblock@users.noreply.github.com> * Add link Signed-off-by: Joan E <153745173+joaniefromtheblock@users.noreply.github.com> * remove break Signed-off-by: Joan E <153745173+joaniefromtheblock@users.noreply.github.com> --------- Signed-off-by: Joan E <153745173+joaniefromtheblock@users.noreply.github.com> --- docs/public-networks/reference/genesis-items.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/public-networks/reference/genesis-items.md b/docs/public-networks/reference/genesis-items.md index a837fc24a4a..4cc0a81bbf3 100644 --- a/docs/public-networks/reference/genesis-items.md +++ b/docs/public-networks/reference/genesis-items.md @@ -29,6 +29,7 @@ Network configuration items are specified in the genesis file in the `config` ob | `ecCurve` | Specifies [the elliptic curve to use](../../private-networks/how-to/configure/curves.md). Default is `secp256k1`. | | `discovery` | Specifies [discovery configuration items](#discovery-configuration-items). The `discovery` object can be left empty. | | `zeroBaseFee` | Specifies a base fee of `0` for [free gas networks](../../private-networks/how-to/configure/free-gas.md#4-enable-zero-base-fee-if-using-london-fork-or-later). | +| `fixedBaseFee` | Specifies a constant base fee for blocks, overriding the dynamic base fee calculation of [EIP-1559](../concepts/transactions/types#eip1559-transactions). | ## Genesis block parameters @@ -145,4 +146,4 @@ Use the `discovery` configuration items to specify the [`bootnodes`](cli/options } } } -``` \ No newline at end of file +```