From 034c45819ed321384dca97ab43d727ad3fbadd2f Mon Sep 17 00:00:00 2001 From: Jochem Brouwer Date: Fri, 26 Jul 2024 18:20:24 +0200 Subject: [PATCH] Update EIPS/eip-7702.md Co-authored-by: g11tech --- EIPS/eip-7702.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-7702.md b/EIPS/eip-7702.md index 58525c25636ef1..e33696d1b9b77e 100644 --- a/EIPS/eip-7702.md +++ b/EIPS/eip-7702.md @@ -124,7 +124,7 @@ Unlike previous versions of this EIP and EIPs similar, the delegation designatio ### Explicit `tx.origin` signing -A signer might desire that only a specific EOA account sends the EIP-7702 transaction. If this is the case, the signer should set the `tx_origin` field of the authority list to that address. If any EOA account is allowed to send the authority transaction, the `tx_origin` field should be set to `null` (empty bytes). Note that without `tx.origin`, once a EIP-7702 transaction enters the transaction pool, this delegation authority is now immediately available to all accounts, and could thus lead to undesired or unwanted results such as being frontran by MEV. +A signer might desire that only a specific EOA account sends the EIP-7702 transaction. If this is the case, the signer should set the `tx_origin` field of the authority list to that address. If any EOA account is allowed to send the authority transaction, the `tx_origin` field should be set to `null` (empty bytes). Note that without `tx.origin`, once a EIP-7702 transaction enters the transaction pool, this delegation authority is now immediately available to all accounts, and could thus lead to undesired or unwanted results such as being frontrun by MEV. ### Self-sponsoring: allowing `tx.origin` to set code