# How to add new network to MetaMask

## How to add a new Network to Metamask

1. Open Metamask extension and press the Expand view button.
2. Go to your account and open Settings.
3. Open network tab and press Add network.
4. Fill out the form using the following settings and press Save:&#x20;

**Add  Ethereum Mainnet to Metamask**\
Network Name: Ethereum Mainnet\
New RPC URL: <https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161> \
Chain ID: 1 \
Currency Symbol: ETH\
Block Explorer URL: <https://etherscan.io><br>

![](/files/wNHSgNLbpI2Oo1umADBl)

\
**Add Ethereum Ropsten Testnet to Metamask**\
Network Name:  Ropsten Test Network\
New RPC URL: <https://ropsten.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161>\
Chain ID: 3\
Currency Symbol: ETH\
Block Explorer URL: <https://ropsten.etherscan.io>

![](/files/P1Rltrbny1GRGlnPFsFa)

**Add Binance Smart Chain Mainnet to Metamask**

Network Name:  BSC Mainnet\
New RPC URL: <https://bsc-dataseed.binance.org>\
Chain ID: 56\
Currency Symbol: BNB\
Block Explorer URL: <https://bscscan.com/>

![](/files/D25M5pvkRgLIYZ7gQQsW)

**Add Binance Smart Chain Testnet to Metamask**

Network Name:  BSC Testnet\
New RPC URL: <https://data-seed-prebsc-1-s1.binance.org:8545/>\
Chain ID: 97\
Currency Symbol: tBNB\
Block Explorer URL: <https://testnet.bscscan.com>

![](/files/oh8pIGAlJIHYNDxJFuxj)

**Add Moonriver Network to Metamask**

Network Name: Moonriver MAINNET&#x20;

New RPC URL: <http://rpc.moonriver.moonbeam.network&#x20>;

Chain ID: 1285&#x20;

Currency Symbol: MOVR&#x20;

Block Explorer URL: <https://blockscout.moonriver.moonbeam.network/>

![](/files/zMUwMTEnjSZPuao25M2T)

**Add HECO Chain Mainmet to Metamask**

Network NAME: HECO-Mainnet&#x20;

URL RPC: <https://http-mainnet.hecochain.com&#x20>;

ChainID: 128&#x20;

Symbol: HT

&#x20;URL-explorer: <https://hecoinfo.com>

![](/files/2FRFEE02zsytZzzWW2oT)

**Add HECO Chain Testnet to Metamask**

Name: HECO testnet

Testnet New RPC URL: <https://http-testnet.hecochain.com> or wss\://ws-testnet.hecochain.com&#x20;

Chain ID: 256&#x20;

Currency Symbol: HT&#x20;

Block Explorer URL: <https://scan-testnet.hecochain.com/><br>

Test Coin Faucet: <https://scan-testnet.hecochain.com/faucet><br>

![](/files/XJj2kWw0iGJykanW0DqT)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mywish.io/mywish/how-to-manage-smart-contracts/how-to-add-new-network-to-metamask.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
