Skip to content

Commit a18239d

Browse files
Update 5792/7702 supported networks (#2169)
1 parent 02b38ec commit a18239d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/plugins/mm-scss-utils/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = function (context, options) {
1616
sassOptions: {
1717
includePaths: [path.resolve(context.siteDir, 'src/scss')],
1818
},
19-
additionalData: `@use "sass:math"; @import "src/scss/utils/global-import";`,
19+
additionalData: `@use "sass:math"; @import "${path.resolve(context.siteDir, 'src/scss/utils/global-import')}";`,
2020
},
2121
},
2222
],

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,17 @@ If you don't specify any chain IDs in `wallet_getCapabilities`, MetaMask will re
9090
<details>
9191
<summary>Supported networks</summary>
9292
<div>
93-
MetaMask currently supports atomic batch transactions on the following networks:
93+
MetaMask's support for atomic batch transactions includes the following networks:
9494

9595
- Ethereum Mainnet and Sepolia
9696
- Gnosis Mainnet and Chiado
9797
- BNB Smart Chain Mainnet and Testnet
98-
- OP Mainnet
98+
- OP Mainnet and Sepolia
9999
- Base Mainnet and Sepolia
100+
- Polygon Mainnet and Amoy
101+
- Arbitrum Mainnet, Sepolia, and Nova
102+
- Unichain Mainnet and Sepolia
103+
- Berachain Mainnet and Bepolia
100104

101105
MetaMask will support this feature on more networks as they adopt EIP-7702.
102106
</div>

0 commit comments

Comments
 (0)