diff --git a/ERCS/erc-7779.md b/ERCS/erc-7779.md index 58d01de1a7..55258ba7f7 100644 --- a/ERCS/erc-7779.md +++ b/ERCS/erc-7779.md @@ -98,7 +98,7 @@ Wallet A information could be extracted from `accountId()`. This function returns the list of base storage slots of that account has used. -7702 Accounts do plan to use a custom non-zero storage slot to avoid storage collision as much as possible, however, there hasn’t been a standardized approach on how to fetch them. +EIP-7702 Accounts do plan to use a custom non-zero storage slot to avoid storage collision as much as possible, however, there hasn’t been a standardized approach on how to fetch them. This function provides a standardized approach for wallets and other applications to check the base storage slots of an account, and verify if the base storage slots are far enough from the newly to-be-redelegated account’s base storage slot. @@ -138,7 +138,7 @@ This standard, however, does not explicitly state the behavior to be done during `onRedelegation()` should validate if the caller is indeed the authorized user by checking the `msg.sender` value. -This could also be done through a `self-call` if a custom validation scheme is implemented or at the wallet's discretion as a side case. +This could also be done through a "self-call" if a custom validation scheme is implemented or at the wallet's discretion as a side case. ![diagram showing the flow of onredelegation](../assets/eip-7779/diagram.svg)