Skip to main content

engine_exchangeTransitionConfigurationV1

Exchanges transition configuration

Params

(1)

1. Consensus client configuration (required)

terminalTotalDifficulty
string
required
Match pattern:
^0x([1-9a-f]+[0-9a-f]{0,31})|0$
terminalBlockHash
string
required
Match pattern:
^0x[0-9a-f]{64}$
terminalBlockNumber
string
required
Match pattern:
^0x([1-9a-f]+[0-9a-f]{0,15})|0$

Result

(Execution client configuration)
terminalTotalDifficulty
string
required
Match pattern:
^0x([1-9a-f]+[0-9a-f]{0,31})|0$
terminalBlockHash
string
required
Match pattern:
^0x[0-9a-f]{64}$
terminalBlockNumber
string
required
Match pattern:
^0x([1-9a-f]+[0-9a-f]{0,15})|0$

Params

Consensus client configuration


Request

await window.ethereum.request({
"method": "engine_exchangeTransitionConfigurationV1",
"params": [
null
]
});