Skip to content

Commit

Permalink
docs: remove preview notice and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanay Pant committed Jul 9, 2024
1 parent e62765e commit 126b5fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.8.12",
"version": "4.8.13",
"description": "Safe docs",
"scripts": {
"build": "next build",
Expand Down
6 changes: 0 additions & 6 deletions pages/advanced/erc-7579/tutorials/7579-tutorial.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import { Callout } from 'nextra/components'

# **How to build an app with Safe and ERC-7579**

<Callout type='warning' emoji='⚠️'>
ERC-7579 support is still under development and should not be used in production environments. Please consider this tutorial and all the code examples in it a developer preview.
</Callout>

The smart account ecosystem was fragmented, with each provider building its own modules often incompatible with other smart account implementations. Developers had to build new modules compatible with their smart accounts or miss out on essential application features.

[ERC-7579](https://docs.safe.global/advanced/erc-7579/overview) aims to ensure interoperability across implementations. It defines the account interface so developers can implement modules for all smart accounts that follow this standard. The Safe7579 Adapter makes your Safe compatible with any ERC-7579 modules. As a developer building with Safe, you get access to a rich ecosystem of modules to make your application feature-rich.
Expand Down

0 comments on commit 126b5fd

Please sign in to comment.