Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet committed Jan 14, 2025
1 parent 8b1c861 commit 4214585
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,24 @@ The Fuel Block Committer is configured primarily through environment variables.
- **Format:** Human-readable duration
- **Example:** `300s`

- **`COMMITTER__APP__TX_MAX_FEE`**
- **`COMMITTER__APP__TX_FEES__MAX`**

- **Description:** Maximum gas fee permitted for a transaction in wei.
- **Type:** `u64`
- **Example:** `4000000000000000`

- **`COMMITTER__APP__TX_FEES__MIN_REWARD_PERC`**

- **Description:** Lowest reward percentage to use when the system is up to date with L2 block posting.
- **Type:** `f64`
- **Example:** `20.0`

- **`COMMITTER__APP__TX_FEES__MAX_REWARD_PERC`**

- **Description:** Highest reward percentage to use when the system is very late with L2 block posting.
- **Type:** `f64`
- **Example:** `30.0`

- **`COMMITTER__APP__SEND_TX_REQUEST_TIMEOUT`**

- **Description:** Duration for timeout when sending transaction requests.
Expand Down

0 comments on commit 4214585

Please sign in to comment.