feat(engine): add osaka engine methods to capabilities (#16272)

This commit is contained in:
Roman Krasiuk
2025-05-15 14:09:22 +02:00
committed by GitHub
parent 8c98c1ce07
commit cf4aebcd6e

View File

@@ -10,6 +10,7 @@ pub const CAPABILITIES: &[&str] = &[
"engine_getPayloadV2",
"engine_getPayloadV3",
"engine_getPayloadV4",
"engine_getPayloadV5",
"engine_newPayloadV1",
"engine_newPayloadV2",
"engine_newPayloadV3",
@@ -17,6 +18,7 @@ pub const CAPABILITIES: &[&str] = &[
"engine_getPayloadBodiesByHashV1",
"engine_getPayloadBodiesByRangeV1",
"engine_getBlobsV1",
"engine_getBlobsV2",
];
// The list of all supported Engine capabilities available over the engine endpoint.