diff --git a/docs/07-resources/connecting-wallet.md b/docs/07-resources/connecting-wallet.md index 32d29bd76..bdc4a6fe0 100644 --- a/docs/07-resources/connecting-wallet.md +++ b/docs/07-resources/connecting-wallet.md @@ -4,6 +4,7 @@ sidebar_position: 1 # Connecting Wallet -You can connect to the node from [Metamask](https://metamask.io/) by selecting `localhost:8545` from the Metamask network list. +You can connect to the node from [Metamask](https://metamask.io/) by creating a new connection to `localhost:8545`, +after add a network using Network Selector. -![Metamask localhost connection](https://github.com/NethermindEth/nethermind/raw/master/docs/source/metamask/localhost.png) +![Metamask localhost connection](/img/metamask.png) diff --git a/static/img/metamask.png b/static/img/metamask.png new file mode 100644 index 000000000..d6213f71b Binary files /dev/null and b/static/img/metamask.png differ