From f010de0871450a013d33a5420245f59f8b464133 Mon Sep 17 00:00:00 2001 From: terence tsao Date: Mon, 7 Nov 2022 07:16:42 -0800 Subject: [PATCH] Remove domain blobs sidecar --- specs/eip4844/beacon-chain.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/specs/eip4844/beacon-chain.md b/specs/eip4844/beacon-chain.md index c825d420e..d7d19b613 100644 --- a/specs/eip4844/beacon-chain.md +++ b/specs/eip4844/beacon-chain.md @@ -12,7 +12,6 @@ - [Custom types](#custom-types) - [Constants](#constants) - [Blob](#blob) - - [Domain types](#domain-types) - [Preset](#preset) - [Execution](#execution) - [Configuration](#configuration) @@ -57,12 +56,6 @@ This upgrade adds blobs to the beacon chain as part of EIP-4844. | `BLOB_TX_TYPE` | `uint8(0x05)` | | `VERSIONED_HASH_VERSION_KZG` | `Bytes1(0x01)` | -### Domain types - -| Name | Value | -| - | - | -| `DOMAIN_BLOBS_SIDECAR` | `DomainType('0x0a000000')` | - ## Preset ### Execution