From 0343aba4fc529e1bced0a8ccdafd3e38d2c3c3db Mon Sep 17 00:00:00 2001 From: grandfather Date: Sat, 18 Jan 2025 15:30:44 +0100 Subject: [PATCH] fix typo Update lip-4.md --- LIPs/lip-4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LIPs/lip-4.md b/LIPs/lip-4.md index c04a943..3a40886 100644 --- a/LIPs/lip-4.md +++ b/LIPs/lip-4.md @@ -57,7 +57,7 @@ The user can enable the Profile Guardian back by executing `enableTokenGuardian` ### 3. Profile Guardian does not apply to non-EOA addresses -Non-EOA addresses are not affected by this safety layer in order to avoid issues with smart contracts (e.g. NFT protocols or smart wallets) that expect the default plain ERC-721 behaviour. Non-EOA adresses have a higher safety assumption as significant amount of the non-EOAs are multisigs, DAOs or protocols that have a higher threshold of observation from the users and are assumed to remain less affected. +Non-EOA addresses are not affected by this safety layer in order to avoid issues with smart contracts (e.g. NFT protocols or smart wallets) that expect the default plain ERC-721 behaviour. Non-EOA addresses have a higher safety assumption as significant amount of the non-EOAs are multisigs, DAOs or protocols that have a higher threshold of observation from the users and are assumed to remain less affected. ### 4. Lens ecosystem support