Skip to content

Commit 4a094c6

Browse files
rename file
1 parent 6db00f4 commit 4a094c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

delegation-toolkit/get-started/cli-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Get started with the MetaMask Delegation Toolkit using the `create-gator-app` CLI.
3-
sidebar_position: 3
3+
sidebar_position: 4
44
sidebar_label: CLI quickstart
55
---
66

delegation-toolkit/get-started/7702-quickstart.md renamed to delegation-toolkit/get-started/eip7702-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const smartAccount = await toMetaMaskSmartAccount({
131131

132132
### 7. Send a user operation
133133

134-
To send a user operation through the upgraded smart account, use the Viem's [`sendUserOperation`](https://viem.sh/account-abstraction/actions/bundler/sendUserOperation) method.
134+
To send a user operation through the upgraded EOA, use the Viem's [`sendUserOperation`](https://viem.sh/account-abstraction/actions/bundler/sendUserOperation) method.
135135

136136
```ts
137137
import { parseEther } from "viem";

0 commit comments

Comments
 (0)