Skip to content

Commit

Permalink
feat: add 7702 tx type (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jul 15, 2024
1 parent ecea267 commit faee716
Show file tree
Hide file tree
Showing 3 changed files with 452 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/consensus/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,6 @@ pub const EIP1559_TX_TYPE_ID: u8 = 2;

/// Identifier for an EIP4844 transaction.
pub const EIP4844_TX_TYPE_ID: u8 = 3;

/// Identifier for an EIP7702 transaction.
pub const EIP7702_TX_TYPE_ID: u8 = 4;
Loading

0 comments on commit faee716

Please sign in to comment.