Skip to content

Commit e62d8e2

Browse files
revert headings
1 parent c454aca commit e62d8e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gator_versioned_docs/version-0.2.0/guides/smart-accounts/generate-multisig-signature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ into a single aggregated signature.
2020
- [Install and set up the Smart Accounts Kit](../../get-started/install.md)
2121
- [Create a Multisig smart account](create-smart-account.md#create-a-multisig-smart-account)
2222

23-
## How to generate a multisig signature
23+
## Generate a multisig signature
2424

2525
The following example configures a Multisig smart account with two different signers: Alice
2626
and Bob. The account has a threshold of 2, meaning that signatures from

gator_versioned_docs/version-0.2.0/guides/smart-accounts/send-gasless-transaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can use any paymaster service provider, such as [Pimlico](https://docs.pimli
1616
- [Install and set up the Smart Accounts Kit](../../get-started/install.md)
1717
- [Create a MetaMask smart account](create-smart-account.md)
1818

19-
## How to send a gasless transaction
19+
## Send a gasless transaction
2020

2121
The following example demonstrates how to use Viem's [Paymaster Client](https://viem.sh/account-abstraction/clients/paymaster) to send gasless transactions.
2222
You can provide the paymaster client using the paymaster property in the [`sendUserOperation`](https://viem.sh/account-abstraction/actions/bundler/sendUserOperation#paymaster-optional) method, or in the [Bundler Client](https://viem.sh/account-abstraction/clients/bundler#paymaster-optional).

0 commit comments

Comments
 (0)