Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
docs: update metamask guide (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-nguy authored Aug 10, 2021
1 parent 7b50331 commit 9632845
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/guides/wallets/metamask.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9632845

Please sign in to comment.