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: