Skip to content

Commit 50f48b0

Browse files
minor fixes (#2937)
1 parent 44636f2 commit 50f48b0

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

smart-accounts-kit/get-started/smart-account-quickstart/eip7702.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ This quickstart demonstrates how to upgrade your <GlossaryTerm term="Externally
1212
functionality using an [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702) transaction.
1313
This enables your EOA to leverage the benefits of <GlossaryTerm term="Account abstraction">account abstraction</GlossaryTerm>, such as batch transactions, gas sponsorship, and <GlossaryTerm term="Delegation">delegation</GlossaryTerm>.
1414

15+
:::note
16+
This guide is for embedded wallets. To upgrade a MetaMask account, you can [use MetaMask Connect to upgrade to a smart account](/tutorials/upgrade-eoa-to-smart-account).
17+
:::
18+
1519
## Prerequisites
1620

1721
- Install [Node.js](https://nodejs.org/en/blog/release/v18.18.0) v18 or later.
@@ -167,4 +171,3 @@ const userOperationHash = await bundlerClient.sendUserOperation({
167171

168172
- To grant specific permissions to other accounts from your smart account, [create a delegation](../../guides/delegation/execute-on-smart-accounts-behalf.md).
169173
- To quickly bootstrap a MetaMask Smart Accounts project, [use the CLI](../use-the-cli.md).
170-
- You can also [use MetaMask Connect to upgrade a MetaMask account to a smart account](/tutorials/upgrade-eoa-to-smart-account).

smart-accounts-kit/guides/x402/seller.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ through the MetaMask facilitator.
3030

3131
The following table lists the available MetaMask facilitator endpoints:
3232

33-
| Name | ID | URL |
34-
| ------------ | -------------- | ----------------------------------------------------------------------- |
35-
| Base | `eip155:8453` | `https://tx-sentinel-base-mainnet.api.cx.metamask.io/platform/v2/x402` |
36-
| Base Sepolia | `eip155:84532` | `https://tx-sentinel-base-sepolia.api.cx.metamask.io/platform/v2/x402` |
37-
| Monad | `eip155:143` | `https://tx-sentinel-monad-mainnet.api.cx.metamask.io/platform/v2/x402` |
33+
| Name | ID | URL |
34+
| ------------ | -------------- | --------------------------------------------------------------------------- |
35+
| Base | `eip155:8453` | `https://tx-sentinel-monad-mainnet.dev-api.cx.metamask.io/platform/v2/x402` |
36+
| Base Sepolia | `eip155:84532` | `https://tx-sentinel-base-sepolia.dev-api.cx.metamask.io/platform/v2/x402` |
37+
| Monad | `eip155:143` | `https://tx-sentinel-base-mainnet.dev-api.cx.metamask.io/platform/v2/x402` |
3838

3939
## Steps
4040

smart-accounts-kit/reference/x402.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following API methods are related to x402 to create payments using <Glossary
1515

1616
## `createx402DelegationProvider`
1717

18-
Creates a delegation provider function too be used with `x402Client`.
18+
Creates a delegation provider function too be used with `x402Erc7710Client`.
1919

2020
The provider resolves creates an <GlossaryTerm term="Open delegation">open delegation</GlossaryTerm>, signs it, and returns an ABI-encoded delegation
2121
chain as a hex string. The provider internally appends redeemer, payee, and expiry <GlossaryTerm term="Caveat">caveats</GlossaryTerm> when the

0 commit comments

Comments
 (0)