Skip to content

Commit e844749

Browse files
authored
chore(docs): add disclaimer for nethermind fee estimation node docs (#19195)
requested by Koen
2 parents 642cfdf + cafab3c commit e844749

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

docs/docs-network/setup/sequencer_management.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,14 @@ AZTEC_ADMIN_PORT=8880
297297
Find your public IP address with: `curl ipv4.icanhazip.com`
298298
:::
299299
300+
:::warning Nethermind Users
301+
If you are using Nethermind as your L1 execution client, you must add the following environment variable:
302+
```bash
303+
# Required for Nethermind
304+
L1_FIXED_PRIORITY_FEE_PER_GAS=1
305+
```
306+
:::
307+
300308
:::warning
301309
In order to retrieve blocks posted to L1 via non-standard contract interactions, it is necessary to have access to an L1 rpc endpoint with 'trace' capability (either `trace_transaction` or `debug_traceTransaction`). The variable `ETHEREUM_DEBUG_HOSTS` is used to provide these url/s to the node. If not provided, the value of this will default to that set in `ETHEREUM_HOSTS`. The node will validate whether it is able to execute a trace call on the provided url/s, if not, it looks to the value set in `ETHEREUM_ALLOW_NO_DEBUG_HOSTS` to determine whether this should prevent the node from starting. By default `ETHEREUM_ALLOW_NO_DEBUG_HOSTS` is `true`, allowing the node to start. Any url provided in `ETHEREUM_DEBUG_HOSTS` will only be used in the case of having to execute a trace, it won't be used in regular L1 interactions.
302310

docs/network_versioned_docs/version-v2.1.4/setup/sequencer_management.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,14 @@ AZTEC_ADMIN_PORT=8880
296296
Find your public IP address with: `curl ipv4.icanhazip.com`
297297
:::
298298
299+
:::warning Nethermind Users
300+
If you are using Nethermind as your L1 execution client, you must add the following environment variable:
301+
```bash
302+
# Required for Nethermind
303+
L1_FIXED_PRIORITY_FEE_PER_GAS=1
304+
```
305+
:::
306+
299307
### Step 5: Create Docker Compose File
300308
301309
Create a `docker-compose.yml` file in your `aztec-sequencer` directory:

docs/network_versioned_docs/version-v2.1.9-ignition/setup/sequencer_management.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,14 @@ AZTEC_ADMIN_PORT=8880
297297
Find your public IP address with: `curl ipv4.icanhazip.com`
298298
:::
299299
300+
:::warning Nethermind Users
301+
If you are using Nethermind as your L1 execution client, you must add the following environment variable:
302+
```bash
303+
# Required for Nethermind
304+
L1_FIXED_PRIORITY_FEE_PER_GAS=1
305+
```
306+
:::
307+
300308
### Step 5: Create Docker Compose File
301309
302310
Create a `docker-compose.yml` file in your `aztec-sequencer` directory:

0 commit comments

Comments
 (0)