mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 19:40:37 +00:00
5e2498be7e
* setting gas limit as string in json and yaml * adding more tests * fixing unit test * fixing string conversion
20 lines
469 B
JSON
20 lines
469 B
JSON
{
|
|
"proposer_config": {
|
|
"0xa057816155ad77931185101128655c0191bd0214c201ca48ed887f6c4c6adf334070efcd75140eada5ac83a92506dd7a": {
|
|
"fee_recipient": "0x50155530FCE8a85ec7055A5F8b2bE214B3DaeFd3",
|
|
"builder": {
|
|
"enabled": true,
|
|
"gas_limit": "asdfsffsdf"
|
|
}
|
|
}
|
|
},
|
|
"default_config": {
|
|
"fee_recipient": "0x6e35733c5af9B61374A128e6F85f553aF09ff89A",
|
|
"builder": {
|
|
"enabled": true,
|
|
"gas_limit": 40000000
|
|
}
|
|
}
|
|
}
|
|
|