Skip to content

Commit a2a5cb0

Browse files
committed
minor fixes
1 parent 02ee251 commit a2a5cb0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/pages/tutorials/upgrade-eoa-to-smart-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ date: Aug 22, 2025
77
author: MetaMask Developer Relations
88
---
99

10-
This tutorial walks you through upgrading a MetaMask externally owned account (EOA) to a [MetaMask smart account](delegation-toolkit/concepts/smart-accounts) via [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702), and sending an [atomic batch transaction](/wallet/how-to/send-transactions/send-batch-transactions/#about-atomic-batch-transactions) via [EIP-5792](https://eips.ethereum.org/EIPS/eip-5792).
10+
This tutorial walks you through upgrading a MetaMask externally owned account (EOA) to a [MetaMask smart account](/delegation-toolkit/concepts/smart-accounts) via [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702), and sending an [atomic batch transaction](/wallet/how-to/send-transactions/send-batch-transactions/#about-atomic-batch-transactions) via [EIP-5792](https://eips.ethereum.org/EIPS/eip-5792).
1111
You will use a provided template, which sets up MetaMask SDK with a [Next.js](https://nextjs.org/docs) and [Wagmi](https://wagmi.sh/) dapp.
1212

1313
## Prerequisites

src/theme/DocVersionBanner/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function UnmaintainedVersionLabel({ siteTitle, versionMetadata }) {
3131
versionLabel: <b>{versionMetadata.label}</b>,
3232
}}>
3333
{
34-
'This is documentation for the MetaMask Smart Accounts Kit version {versionLabel}, which is no longer actively maintained.'
34+
'This is documentation for the Delegation Toolkit version {versionLabel}, which is no longer actively maintained.'
3535
}
3636
</Translate>
3737
)

wallet/how-to/send-transactions/send-batch-transactions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If the user accepts, MetaMask proceeds to upgrade the account and process the re
2020
:::note MetaMask Smart Accounts
2121
MetaMask Smart Accounts are [ERC-4337](https://eips.ethereum.org/EIPS/eip-4337) smart contract accounts that support programmable account behavior and advanced features such as multi-signature approvals, transaction batching, and custom security policies.
2222

23-
See the [Smart Accounts Kit documentation](/delegation-toolkit) for more information about smart accounts and their capabilities.
23+
See the [Delegation Toolkit documentation](/delegation-toolkit) for more information about smart accounts and their capabilities.
2424
:::
2525

2626
The key benefits of atomic batch transactions include:
@@ -223,7 +223,7 @@ In these cases, `atomic` is `true` but multiple receipts are returned.
223223
## Resources
224224

225225
- See the [MetaMask 7702/5792 Readiness dapp](https://7702playground.metamask.io/) to quickly test sending batch transactions.
226-
- See the [MetaMask Smart Accounts Kit documentation](/delegation-toolkit) for more information about MetaMask Smart Accounts and their capabilities.
226+
- See the [MetaMask Delegation Toolkit documentation](/delegation-toolkit) for more information about MetaMask Smart Accounts and their capabilities.
227227
- See the following topics in the MetaMask end user documentation:
228228
- [What is a smart account?](https://support.metamask.io/configure/accounts/what-is-a-smart-account/)
229229
- [How to switch to or revert from a smart account](https://support.metamask.io/configure/accounts/switch-to-or-revert-from-a-smart-account/)

0 commit comments

Comments
 (0)