Switch blob tx type to 0x03 (#4186)
This commit is contained in:
parent
9dee718153
commit
2d083436c8
@ -34,6 +34,6 @@ pub mod deneb {
|
|||||||
.expect("should initialize BLS_MODULUS");
|
.expect("should initialize BLS_MODULUS");
|
||||||
pub static ref MIN_EPOCHS_FOR_BLOBS_SIDECARS_REQUESTS: Epoch = Epoch::from(4096_u64);
|
pub static ref MIN_EPOCHS_FOR_BLOBS_SIDECARS_REQUESTS: Epoch = Epoch::from(4096_u64);
|
||||||
}
|
}
|
||||||
pub const BLOB_TX_TYPE: u8 = 5;
|
pub const BLOB_TX_TYPE: u8 = 3;
|
||||||
pub const VERSIONED_HASH_VERSION_KZG: u8 = 1;
|
pub const VERSIONED_HASH_VERSION_KZG: u8 = 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user