Skip to content

Commit

Permalink
Merge pull request #30 from etherlinkcom/adding-network-manually
Browse files Browse the repository at this point in the history
Combine manual info into a single section
  • Loading branch information
sashaaldrick authored Apr 25, 2024
2 parents 50428cd + 885ac12 commit 7d33ee3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions docs/get-started/connect-your-wallet-to-etherlink.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ title: '💳 Connect your wallet to Etherlink'

import Figure from '@site/src/components/Figure';

## MetaMask
## Connecting MetaMask

The easiest way to connect your wallet to Etherlink is to go to [etherlink.com](https://etherlink.com) and connect to the faucet as described in [Get testnet XTZ on Etherlink](./get-testnet-xtz-on-etherlink).
The easiest way to connect your MetaMask wallet to Etherlink is to go to [etherlink.com](https://etherlink.com) and connect to the faucet as described in [Get testnet XTZ on Etherlink](./get-testnet-xtz-on-etherlink).

Otherwise, you can connect manually by creating a custom network in Metamask with these parameters:
## Connecting wallets manually

You can connect any wallet that supports custom networks, including [MetaMask](https://support.metamask.io/hc/en-us/articles/360043227612-How-to-add-a-custom-network-RPC) and [Frame](https://docs.frame.sh/docs/Getting%20Started/Basics/Configuring%20Chains).

Use these parameters in your wallet to connect to Etherlink:

| Parameter | Value |
| ------------------ | ---------------------------------------------------------------------------------------- |
Expand All @@ -17,13 +21,3 @@ Otherwise, you can connect manually by creating a custom network in Metamask wit
| Chain ID | `128123` |
| Currency Symbol | `XTZ` |
| Block Explorer URL | [https://testnet-explorer.etherlink.com/](https://testnet-explorer.etherlink.com/) |

For more information, see [How to add a custom network RPC](https://support.metamask.io/hc/en-us/articles/360043227612-How-to-add-a-custom-network-RPC) in the MetaMask documentation.

Then you should be able to select Etherlink Testnet as your network:

<Figure src="/img/CleanShot 2023-11-23 at [email protected]" alt="" />

## Other Wallets

You can use the above parameters with any wallets that support custom networks like [Frame](https://docs.frame.sh/docs/Getting%20Started/Basics/Configuring%20Chains).
Binary file not shown.

0 comments on commit 7d33ee3

Please sign in to comment.