Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Germán Martínez <[email protected]>
  • Loading branch information
dasanra and germartinez authored May 29, 2024
1 parent bea6fd9 commit 2119a99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pages/sdk/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pages/sdk/protocol-kit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion pages/sdk/relay-kit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Grid item mt={3}>
<CustomCard
Expand Down

0 comments on commit 2119a99

Please sign in to comment.