Skip to content

Commit 654960f

Browse files
committed
Update 7702 supported networks and details
1 parent bbd25ce commit 654960f

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

src/scss/custom.scss

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,10 +355,23 @@ ol {
355355
/* Details */
356356

357357
.details_lb9f > summary {
358-
padding-left: 2rem !important;
358+
padding-left: 2.7rem !important;
359+
font-size: 1.4rem;
360+
font-weight: 600;
361+
letter-spacing: 0.02rem;
362+
text-transform: uppercase;
359363

360364
&::before {
361365
border-width: 0.8rem !important;
366+
margin-left: 0.5rem !important;
367+
}
368+
}
369+
370+
.collapsibleContent_i85q {
371+
padding-top: 0 !important;
372+
373+
> p {
374+
font-weight: normal;
362375
}
363376
}
364377

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,22 @@ The `atomic` capability can have a `status` of `supported` or `ready`:
8787
If the `atomic` capability is not `supported` or `ready` for a specified chain ID, MetaMask will not return anything for that chain ID.
8888
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`.
8989

90-
:::info Supported networks
90+
<details>
91+
<summary>Supported networks</summary>
92+
<p>
9193
MetaMask currently supports atomic batch transactions on the following networks:
9294

9395
- Ethereum Mainnet
9496
- Ethereum Sepolia
9597
- Gnosis Mainnet
9698
- Gnosis Chiado
9799
- BNB Smart Chain
100+
- OP Mainnet
101+
- Base
98102

99103
MetaMask will support this feature on more networks as they adopt EIP-7702.
100-
:::
104+
</p>
105+
</details>
101106

102107
:::note Atomic batch unsupported
103108
- 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

Comments
 (0)