-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
--validators-builder-registration-default-gas-limit
- Loading branch information
1 parent
5271895
commit afea9ad
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ Attributes for each proposer configuration are: | |
- `fee_recipient` - (optional in `proposer_config` but required in `default_config`) The fee recipient to use when proposing blocks. | ||
- `builder` - (optional) The [builder network configuration](builder-network.md), which includes the following attributes: | ||
- `enabled` - (optional in `proposer_config` but required in `default_config`) Indicates whether to use the [builder endpoint](../../reference/cli/index.md#builder-endpoint) when proposing blocks. The default is `false`. | ||
Check failure on line 28 in docs/how-to/configure/use-proposer-config-file.md GitHub Actions / LintLine length
|
||
- `gas_limit` - (optional) Gas limit for the builder. The default is `30000000`. | ||
- `gas_limit` - (optional) Gas limit for the builder. The default is `36000000`. | ||
- `registration_overrides` - (optional) Dedicated overrides to use during the registration process. Useful for distributed validator technology (DVT) and secret shared validator (SSV) technology. The override is specified using the following attributes: | ||
Check failure on line 30 in docs/how-to/configure/use-proposer-config-file.md GitHub Actions / LintLine length
|
||
- `timestamp` - (optional) Timestamp to be used (instead of the current time) in the validator registration message. | ||
- `public_key` - (optional in `proposer_config` but forbidden in `default_config`) Public key to be used (instead of the validator's public key) in the validator registration message. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters