Skip to content

Commit

Permalink
Document fixedBaseFee genesis option (#1586)
Browse files Browse the repository at this point in the history
* Add to table

Signed-off-by: Joan E <[email protected]>

* Add link

Signed-off-by: Joan E <[email protected]>

* remove break 

Signed-off-by: Joan E <[email protected]>

---------

Signed-off-by: Joan E <[email protected]>
  • Loading branch information
joaniefromtheblock authored May 14, 2024
1 parent 5c3c508 commit 08e1d24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/public-networks/reference/genesis-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -145,4 +146,4 @@ Use the `discovery` configuration items to specify the [`bootnodes`](cli/options
}
}
}
```
```

0 comments on commit 08e1d24

Please sign in to comment.