Skip to content

Commit

Permalink
Update EIP-7702: fix delegation designator prefix in Abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
gumb0 committed Jul 23, 2024
1 parent 6064729 commit 5f5f12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7702.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requires: 2718, 2929, 2930, 3541, 3607

## Abstract

Add a new transaction type that adds a list of `[chain_id, address, nonce, y_parity, r, s]` authorization tuples. For each tuple, write a delegation designator `(0xef0000 ++ address)` to the signing account's code. All code reading operations must load the code pointed to by the designator.
Add a new transaction type that adds a list of `[chain_id, address, nonce, y_parity, r, s]` authorization tuples. For each tuple, write a delegation designator `(0xef0100 ++ address)` to the signing account's code. All code reading operations must load the code pointed to by the designator.

## Motivation

Expand Down

0 comments on commit 5f5f12b

Please sign in to comment.