diff --git a/EIPS/eip-7702.md b/EIPS/eip-7702.md index 6db16091f9251..2f3fc143fa702 100644 --- a/EIPS/eip-7702.md +++ b/EIPS/eip-7702.md @@ -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