From 2119a9921ca68047efe13186113383f45728cfa6 Mon Sep 17 00:00:00 2001 From: Daniel <25051234+dasanra@users.noreply.github.com> Date: Wed, 29 May 2024 12:02:27 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Germán Martínez <6764315+germartinez@users.noreply.github.com> --- pages/sdk/overview.mdx | 4 ++-- pages/sdk/protocol-kit.mdx | 4 ++-- pages/sdk/relay-kit.mdx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/sdk/overview.mdx b/pages/sdk/overview.mdx index 1392db00..63f3c9a0 100644 --- a/pages/sdk/overview.mdx +++ b/pages/sdk/overview.mdx @@ -44,9 +44,9 @@ The [API Kit](./api-kit.mdx) helps interact with the Safe Transaction Service AP ## Relay Kit -The [Relay Kit](./relay-kit.mdx) lets users pay transaction fees (gas fees) using the native blockchain token or ERC-20 tokens. Gas fees can be payed with this kit using any ERC-20 token in your Safe, even if there is no native token balance. +The [Relay Kit](./relay-kit.mdx) enables ERC-4337 with Safe and allows users to pay for the transaction fees from their Safe account using the blockchain native token, ERC-20 tokens, or get their transactions sponsored. -- Use ERC-4337 with Safe. +- Use ERC-4337 with Safe - Gas-less experiences using Gelato - Sponsored transaction - Pay fees in ERC-20 tokens diff --git a/pages/sdk/protocol-kit.mdx b/pages/sdk/protocol-kit.mdx index c4a563d2..6ad509e3 100644 --- a/pages/sdk/protocol-kit.mdx +++ b/pages/sdk/protocol-kit.mdx @@ -82,7 +82,7 @@ const apiKit = new SafeApiKit({ ### Initialize the Protocol Kit -The `SafeFactory` class allows the deployment of new Safe accounts while the `Safe` class represents an instance of a specific Safe Smart Account. +The `SafeFactory` class allows the deployment of new Safe accounts while the `Safe` class represents an instance of a specific one. ```tsx import { SafeFactory } from '@safe-global/protocol-kit' @@ -267,4 +267,4 @@ The final balance of the Safe: 0.005 ETH ### Conclusion -In this quickstart, you learned how to create and deploy a Safe Smart Account and to propose and then execute a transaction from it. +In this quickstart, you learned how to create and deploy a new Safe account and to propose and then execute a transaction from it. diff --git a/pages/sdk/relay-kit.mdx b/pages/sdk/relay-kit.mdx index 9a2b2bc7..312417c1 100644 --- a/pages/sdk/relay-kit.mdx +++ b/pages/sdk/relay-kit.mdx @@ -3,7 +3,7 @@ import CustomCard from '../../components/CustomCard' # Relay Kit -The Relay Kit lets users pay transaction fees (gas fees) using the native blockchain token or ERC-20 tokens. Gas fees can be payed with this kit using any ERC-20 token in your Safe, even if there is no native token balance. This kit enables the use of ERC-4337 with Safe. +The [Relay Kit](./relay-kit.mdx) enables ERC-4337 with Safe and allows users to pay for the transaction fees from their Safe account using the blockchain native token, ERC-20 tokens, or get their transactions sponsored.