Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/plugins/mm-scss-utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function (context, options) {
sassOptions: {
includePaths: [path.resolve(context.siteDir, 'src/scss')],
},
additionalData: `@use "sass:math"; @import "src/scss/utils/global-import";`,
additionalData: `@use "sass:math"; @import "${path.resolve(context.siteDir, 'src/scss/utils/global-import')}";`,
},
},
],
Expand Down
8 changes: 6 additions & 2 deletions wallet/how-to/send-transactions/send-batch-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,17 @@
<details>
<summary>Supported networks</summary>
<div>
MetaMask currently supports atomic batch transactions on the following networks:
MetaMask's support for atomic batch transactions includes the following networks:

- Ethereum Mainnet and Sepolia
- Gnosis Mainnet and Chiado
- BNB Smart Chain Mainnet and Testnet
- OP Mainnet
- OP Mainnet and Sepolia
- Base Mainnet and Sepolia
- Polygon Mainnet and Amoy
- Arbitrum Mainnet, Sepolia, and Nova
- Unichain Mainnet and Sepolia
- Berachain Mainnet and Bepolia

Check failure on line 103 in wallet/how-to/send-transactions/send-batch-transactions.md

View workflow job for this annotation

GitHub Actions / Spelling (.md)

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Bepolia'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Bepolia'?", "location": {"path": "wallet/how-to/send-transactions/send-batch-transactions.md", "range": {"start": {"line": 103, "column": 25}}}, "severity": "ERROR"}

Check failure on line 103 in wallet/how-to/send-transactions/send-batch-transactions.md

View workflow job for this annotation

GitHub Actions / Spelling (.md)

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Berachain'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Berachain'?", "location": {"path": "wallet/how-to/send-transactions/send-batch-transactions.md", "range": {"start": {"line": 103, "column": 3}}}, "severity": "ERROR"}

MetaMask will support this feature on more networks as they adopt EIP-7702.
</div>
Expand Down
Loading