From 9f6c12a63b3cf02cde560f75d0e93cbaede1dd2d Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 4 Dec 2024 12:56:37 +0100 Subject: [PATCH] Update pages/advanced/eip-7702/7702-safe.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Germán Martínez <6764315+germartinez@users.noreply.github.com> --- pages/advanced/eip-7702/7702-safe.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/advanced/eip-7702/7702-safe.mdx b/pages/advanced/eip-7702/7702-safe.mdx index 7a7ee29d..53e5e7eb 100644 --- a/pages/advanced/eip-7702/7702-safe.mdx +++ b/pages/advanced/eip-7702/7702-safe.mdx @@ -2,8 +2,7 @@ import { Callout } from 'nextra/components' # Safe and EIP-7702 -EIP-7702 does not specify how to initialise the storage of the account but only gives a way to set the code of the account. -This means that the account will be created with an empty storage, and the user will have to set the storage manually. +EIP-7702 does not specify how to initialise the storage of the account but only gives a way to set the code of the account. This means that the account will be created with an empty storage, and the user will have to set the storage manually. Existing Safe contracts cannot be used with EIP-7702, because of following reasons: