mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-24 12:27:18 +00:00
60ed488428
* changing gaslimit to validator registration * adding new flag to enable validator registration for suggested fee recipient * making sure default gaslimit is set * Update cmd/validator/flags/flags.go Co-authored-by: terencechain <terence@prysmaticlabs.com> Co-authored-by: Raul Jordan <raul@prysmaticlabs.com> Co-authored-by: terencechain <terence@prysmaticlabs.com> Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
12 lines
407 B
YAML
12 lines
407 B
YAML
---
|
|
proposer_config:
|
|
'0xa057816155ad77931185101128655c0191bd0214c201ca48ed887f6c4c6adf334070efcd75140eada5ac83a92506dd7a':
|
|
fee_recipient: '0x50155530FCE8a85ec7055A5F8b2bE214B3DaeFd3'
|
|
validator_registration:
|
|
enable: true
|
|
gas_limit: 40000000
|
|
default_config:
|
|
fee_recipient: '0x6e35733c5af9B61374A128e6F85f553aF09ff89A'
|
|
validator_registration:
|
|
enable: false
|
|
gas_limit: 30000000 |