diff --git a/pages/sdk/relay-kit/guides/4337-safe-sdk.mdx b/pages/sdk/relay-kit/guides/4337-safe-sdk.mdx index 5689e2bf..a8776902 100644 --- a/pages/sdk/relay-kit/guides/4337-safe-sdk.mdx +++ b/pages/sdk/relay-kit/guides/4337-safe-sdk.mdx @@ -3,7 +3,7 @@ import { Tabs, Steps, Callout } from 'nextra/components' # Safe accounts with the Safe4337Module - **Supported Entrypoint Version:** Safe is currently compatible **only** with version 0.6 of the ERC 4337 Entrypoint. Version 0.7 is not supported yet. + **EntryPoint compatibility:** The Relay Kit only supports the ERC-4337 EntryPoint v0.6. v0.7 is not supported yet. In this guide, you will learn how to create and execute multiple Safe transactions grouped in a batch from a Safe account that is not yet deployed and where the executor may or may not have funds to pay for the transaction fees. This can be achieved by supporting the [ERC-4337](../../../home/glossary.md#erc-4337) execution flow, which is supported by the [Safe4337Module](../../../advanced/erc-4337/guides/safe-sdk.mdx) and exposed via the Relay Kit from the Safe\{Core\} SDK.