Skip to content

Commit e39086d

Browse files
Apply suggestions from code review
Co-authored-by: Alex Donesky <[email protected]>
1 parent 227a59e commit e39086d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wallet/concepts/multichain-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ When integrated with [MetaMask Snaps](/snaps), it enables developers to interact
1414
and emerging networks.
1515
Key benefits include:
1616

17-
- **Elimination of chain switching** - The Multichain API allows dapps to interact with multiple EVM networks without having to request chain switches.
18-
This feature significantly reduces development overhead involved with error handling.
17+
- **Elimination of chain switching** - The Multichain API allows dapps to interact with multiple networks without having to request chain switches.
18+
This feature reduces development overhead involved with ensuring the correct network is targeted for a given dapp proposed transaction.
1919

2020
- **Extensibility** - The Multichain API can be integrated with
2121
[interoperability Snaps](https://snaps.metamask.io/explore/), providing a standards-based interface
22-
to non-EVM networks that can be broadly adopted across ecosystems.
22+
to connect wallets with dApps on non-EVM networks.
2323

2424
- **Seamless multichain UX** - The Multichain API offers improvements over EIP-1193 and [wallet-standard](https://github.com/wallet-standard/wallet-standard) interfaces.
25-
It allows dapps to create unified multichain wallet connection flows, trigger transactions across disparate networks, and clearly interpret chain-specific addresses.
25+
It allows dapps to create unified cross-ecosystem multichain wallet connection flows, trigger transactions across different networks more seamlessly, and clearly interpret chain-specific addresses.
2626

2727
[**Get started using the Multichain API.**](../how-to/manage-networks/use-multichain.md)
2828

0 commit comments

Comments
 (0)