diff --git a/src/eth/block.yaml b/src/eth/block.yaml index da06a7ff7..a8f226c58 100644 --- a/src/eth/block.yaml +++ b/src/eth/block.yaml @@ -58,7 +58,6 @@ blobGasUsed: '0x0' excessBlobGas: '0x0' parentBeaconBlockRoot: '0x95c4dbd5b19f6fe3cbc3183be85ff4e85ebe75c5b4fc911f1c91e5b7a554a685' - targetBlobsPerBlock: '0x3' - name: eth_getBlockByNumber summary: Returns information about a block by number. params: @@ -119,7 +118,6 @@ blobGasUsed: '0x0' excessBlobGas: '0x0' parentBeaconBlockRoot: '0x95c4dbd5b19f6fe3cbc3183be85ff4e85ebe75c5b4fc911f1c91e5b7a554a685' - targetBlobsPerBlock: '0x3' - name: eth_getBlockTransactionCountByHash summary: Returns the number of transactions in a block from a block matching the given block hash. params: diff --git a/src/schemas/block.yaml b/src/schemas/block.yaml index 0488bf5bc..ca806906d 100644 --- a/src/schemas/block.yaml +++ b/src/schemas/block.yaml @@ -85,9 +85,6 @@ Block: parentBeaconBlockRoot: title: Parent Beacon Block Root $ref: '#/components/schemas/hash32' - targetBlobsPerBlock: - title: Target blobs per block - $ref: '#/components/schemas/uint64' size: title: Block size $ref: '#/components/schemas/uint'