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
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,17 +87,20 @@ 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
+
<div>
91
93
MetaMask currently supports atomic batch transactions on the following networks:
92
94
93
-
- Ethereum Mainnet
94
-
-Ethereum Sepolia
95
-
-Gnosis Mainnet
96
-
-Gnosis Chiado
97
-
-BNB Smart Chain
95
+
- Ethereum Mainnet and Sepolia
96
+
-Gnosis Mainnet and Chiado
97
+
-BNB Smart Chain Mainnet and Testnet
98
+
-OP Mainnet
99
+
-Base Mainnet and Sepolia
98
100
99
101
MetaMask will support this feature on more networks as they adopt EIP-7702.
100
-
:::
102
+
</div>
103
+
</details>
101
104
102
105
:::note Atomic batch unsupported
103
106
- 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