mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 04:47:18 +00:00
30b8fba2ac
* fixing ux on propertynaming, introducing placeholder property * reverting some refactors * Update debug.go * Update debug.go * rolling back change on file * adding new unit tests and renaming flags * renaming variable
26 lines
730 B
JSON
26 lines
730 B
JSON
{
|
|
"proposer_config": {
|
|
"0xa057816155ad77931185101128655c0191bd0214c201ca48ed887f6c4c6adf334070efcd75140eada5ac83a92506dd7a": {
|
|
"fee_recipient": "0x50155530FCE8a85ec7055A5F8b2bE214B3DaeFd3",
|
|
"builder": {
|
|
"enabled": true,
|
|
"gas_limit": 30000000
|
|
}
|
|
},
|
|
"0xb057816155ad77931185101128655c0191bd0214c201ca48ed887f6c4c6adf334070efcd75140eada5ac83a92506dd7b": {
|
|
"fee_recipient": "0x60155530FCE8a85ec7055A5F8b2bE214B3DaeFd4",
|
|
"builder": {
|
|
"enabled": true,
|
|
"gas_limit": 30000000
|
|
}
|
|
}
|
|
},
|
|
"default_config": {
|
|
"fee_recipient": "0x6e35733c5af9B61374A128e6F85f553aF09ff89A",
|
|
"builder": {
|
|
"enabled": true,
|
|
"gas_limit": 30000000
|
|
}
|
|
}
|
|
}
|