erigon-pulse/cl/phase1/execution_client/rpc_helper/methods.go
Enrique Jose Avila Asapche bff1e0e901
[Caplin] Added json rpc cl (#7836)
Allows for Caplin to be used with other ELs from aside of Erigon

---------

Co-authored-by: Giulio <giulio.rebuffo@gmail.com>
2023-07-08 16:42:30 +02:00

9 lines
282 B
Go

package rpc_helper
const EngineNewPayloadV1 = "engine_newPayloadV1"
const EngineNewPayloadV2 = "engine_newPayloadV2"
const EngineNewPayloadV3 = "engine_newPayloadV3"
const ForkChoiceUpdatedV1 = "engine_forkchoiceUpdatedV1"
const ForkChoiceUpdatedV2 = "engine_forkchoiceUpdatedV2"