mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-07 03:22:18 +00:00
bff1e0e901
Allows for Caplin to be used with other ELs from aside of Erigon --------- Co-authored-by: Giulio <giulio.rebuffo@gmail.com>
9 lines
282 B
Go
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"
|