You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wallet/how-to/send-transactions/send-batch-transactions.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,17 +87,22 @@ The `atomic` capability can have a `status` of `supported` or `ready`:
87
87
If the `atomic` capability is not `supported` or `ready` for a specified chain ID, MetaMask will not return anything for that chain ID.
88
88
If you don't specify any chain IDs in `wallet_getCapabilities`, MetaMask will return all chains in the wallet where the `atomic` capability is `supported` or `ready`.
89
89
90
-
:::info Supported networks
90
+
<details>
91
+
<summary>Supported networks</summary>
92
+
<p>
91
93
MetaMask currently supports atomic batch transactions on the following networks:
92
94
93
95
- Ethereum Mainnet
94
96
- Ethereum Sepolia
95
97
- Gnosis Mainnet
96
98
- Gnosis Chiado
97
99
- BNB Smart Chain
100
+
- OP Mainnet
101
+
- Base
98
102
99
103
MetaMask will support this feature on more networks as they adopt EIP-7702.
100
-
:::
104
+
</p>
105
+
</details>
101
106
102
107
:::note Atomic batch unsupported
103
108
- If the user has already upgraded their account to a third-party smart contract account, MetaMask does not currently support atomic batch transactions for that account.
0 commit comments