From 96328453e5b4bef2a7c629351a98a1c908d4d620 Mon Sep 17 00:00:00 2001 From: Thomas Nguy <81727899+thomas-nguy@users.noreply.github.com> Date: Tue, 10 Aug 2021 15:08:03 +0900 Subject: [PATCH] docs: update metamask guide (#420) --- docs/guides/wallets/metamask.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/guides/wallets/metamask.md b/docs/guides/wallets/metamask.md index 490adab8..4d7d8994 100644 --- a/docs/guides/wallets/metamask.md +++ b/docs/guides/wallets/metamask.md @@ -14,6 +14,11 @@ Open the Metamask extension on your browser, you may have to log in to your Meta are not already. Then click the top right circle and go to `Settings` > `Networks`. Press the `Add Network` button and fill the form as shown below with your application `ChainID`. +Note: To find your `ChainID`, take a look at your genesis.json file. To get the Ethereum ChainId from the Cosmos ChainId, you need to consider only the digit in the string value. For example +if your chain id on ethermint is `"chain_id": "ethermint-1337"`, then you will have to use the value `1337` on Metamask. + + + ![metamask networks settings](./../img/metamask_network_settings.png) ## Import Account to Metamask