From f18873b37998124e4d838a1c89d4b5f40d3e8b6b Mon Sep 17 00:00:00 2001 From: JohnDiBernardi <87784364+JohnDiBernardi@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:28:53 -0500 Subject: [PATCH] Update README.md removing coin type 60, grammar check --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 510ba73..d5ad6ef 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Cosmos Metamask Snap aims to add full support of Metamask, a highly popular Ethereum wallet, to all Cosmos SDK blockchains, potentially opening the door to over 30 million Ethereum users and stimulating growth for every project in the Cosmos ecosystem. ## Developer Preview Software -Please note, to develop this Metamask Snap you need to use Metamask Flask, a canary distribution for developers that provides access to upcoming features wihtin Metamask. +Please note, to develop this Metamask Snap you need to use Metamask Flask, a canary distribution for developers that provides access to upcoming features within Metamask. ## Contribution Your contributions are always welcome! Please have a look at the [contribution guidelines](CONTRIBUTING.md) first. @@ -66,7 +66,7 @@ const initialized = await ethereum.request({ ``` ## Suggest Chain -This Snap has default support for coin types `118, 564, 60, 459, 529, 330, 494, 639, 483, 4444, 701, 990, 394, 852, 7777777, 880, 931, 371, 370, 505, 234, 5555`. All the coin types within the chain registry. If you need any other please add an issue to the repo [here](https://github.com/cosmos/snap/issues) and we will gladly add it. +This Snap has default support for coin types `118, 564, 459, 529, 330, 494, 639, 483, 4444, 701, 990, 394, 852, 7777777, 880, 931, 371, 370, 505, 234, 5555`. All the coin types within the chain registry except for coin type 60 (Ethermint, which is already supported in standard MetaMask). If you need any other please add an issue to the repo [here](https://github.com/cosmos/snap/issues) and we will gladly add it. Chain info is structured like in the chain registry (i.e [Agoric](https://github.com/cosmos/chain-registry/tree/master/agoric)) ```javascript @@ -268,4 +268,4 @@ const address = await window.ethereum.request({ }, }, }); -``` \ No newline at end of file +```