diff --git a/package.json b/package.json index 85106e49..3f929d67 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.8.13", + "version": "4.8.14", "description": "Safe docs", "scripts": { "build": "next build", diff --git a/pages/advanced/erc-7579/tutorials/7579-tutorial.mdx b/pages/advanced/erc-7579/tutorials/7579-tutorial.mdx index 4c4d9b5c..722a0fc0 100644 --- a/pages/advanced/erc-7579/tutorials/7579-tutorial.mdx +++ b/pages/advanced/erc-7579/tutorials/7579-tutorial.mdx @@ -1,3 +1,6 @@ +import { Callout } from 'nextra/components' + + # **How to build an app with Safe and ERC-7579** 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.