Skip to content

Commit

Permalink
Update pages/sdk/relay-kit/guides/4337-safe-sdk.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
germartinez authored Oct 25, 2024
1 parent 0c30316 commit 1a4cb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/sdk/relay-kit/guides/4337-safe-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Tabs, Steps, Callout } from 'nextra/components'
# Safe accounts with the Safe4337Module

<Callout type="warning">
**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.
</Callout>

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.
Expand Down

0 comments on commit 1a4cb66

Please sign in to comment.