diff --git a/EIPS/eip-7702.md b/EIPS/eip-7702.md index 2916dbf1f886d..2d1ada9bafe50 100644 --- a/EIPS/eip-7702.md +++ b/EIPS/eip-7702.md @@ -128,6 +128,7 @@ With this method: * if EOA is delegated to a new address, it (essentially) starts with clean storage * if the contract is delegated back to a previous `address`, the EVM will be able to _re-attach_ its old storage. * chunks of `256` consecutive keys are mapped again to consecutive keys which is nice for debuggings and more importantly state trie optimizations (à la verkle) +* it will be very expensive for a malicious delegation to find storage conflicts and corrupt them #### In-protocol revocation