Skip to content

Commit

Permalink
chore: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
irrun committed Mar 13, 2024
1 parent babd9a4 commit 179fa4a
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,23 @@ See also: https://github.com/bnb-chain/BEPs/pull/322
Builder-related settings are configured in the `config.toml` file. The following is an example of a `config.toml` file:

```
[Eth.Miner.Bidder]
Enable = true
Account = {{BUILDER_ADDRESS}}
DelayLeftOver = {{DELAY_LEFT_OVER}}
[[Eth.Miner.Bidder.Validators]]
[Eth.Miner.Mev]
Enabled = false
ValidatorCommission = 100
BidSimulationLeftOver = 50
BuilderEnabled = true
BuilderAccount = {{BUILDER_ADDRESS}}
[[Eth.Miner.Mev.Validators]]
Address = {{VALIDATOR_ADDRESS}}
URL = {{VALIDATOR_URL}}
...
```

- `Enable`: Whether to enable the builder.
- `Account`: The account address to unlock of the builder.
- `DelayLeftOver`: Submit bid no later than `DelayLeftOver` before the next block time.
- `Enabled`: Whether to enable validator mev.
- `BuilderEnabled`: Whether to enable the builder mev.
- `BuilderAccount`: The account address to unlock of the builder.
- `BidSimulationLeftOver`: The left over of the bid simulation.
- `Validators`: A list of validators to bid for.
- `Address`: The address of the validator.
- `URL`: The URL of the validator.
Expand Down

0 comments on commit 179fa4a

Please sign in to comment.