brainstormk
Results
2
comments of
brainstormk
> How can I set a gas limit to RPC ? > > `docker run -d ........... ethereum=doge:https://rpc02-sg.dogechain.dog` > > I need to set a gasLimit = 21000 GWEI ETH_CALL_GAS...
I think that you can fix it with checkpoint switch when run beacon node by using prysm. ``` ./prysm.sh beacon-chain --checkpoint-sync-url=http://localhost:3500 --genesis-beacon-api-url=http://localhost:3500 ``` You can find checkpoint url on https://eth-clients.github.io/checkpoint-sync-endpoints/