add blobs methods (#751)

This commit is contained in:
a10zn8
2025-12-04 13:06:15 +03:00
committed by GitHub
parent 34b9676bb3
commit f0ae40a3ac

View File

@@ -29,6 +29,7 @@ class DefaultBeaconChainMethods : CallMethods {
getMethod("/eth/v1/beacon/blocks/*/root"), getMethod("/eth/v1/beacon/blocks/*/root"),
getMethod("/eth/v1/beacon/blocks/*/attestations"), getMethod("/eth/v1/beacon/blocks/*/attestations"),
getMethod("/eth/v1/beacon/blob_sidecars/*"), getMethod("/eth/v1/beacon/blob_sidecars/*"),
getMethod("/eth/v1/beacon/blobs/*"),
postMethod("/eth/v1/beacon/rewards/sync_committee/*"), postMethod("/eth/v1/beacon/rewards/sync_committee/*"),
getMethod("/eth/v1/beacon/deposit_snapshot"), getMethod("/eth/v1/beacon/deposit_snapshot"),
getMethod("/eth/v1/beacon/rewards/blocks/*"), getMethod("/eth/v1/beacon/rewards/blocks/*"),