diff --git a/develop/smart-contracts/evm-toolkit/connect-your-wallet.md b/develop/smart-contracts/evm-toolkit/connect-your-wallet.md index cd1aa933..a79cc5c4 100644 --- a/develop/smart-contracts/evm-toolkit/connect-your-wallet.md +++ b/develop/smart-contracts/evm-toolkit/connect-your-wallet.md @@ -27,13 +27,50 @@ To connect to the Westend Asset Hub TestNet via MetaMask, you need to follow the 3. Fill in the required fields with the following parameters and click the **Save** button - | **Attribute** | **Value** | - |------------------------|-------------------------------------------------------------| - | **Network name** |
```Asset-Hub Westend TestNet```
| - | **Default RPC URL** |
```https://westend-asset-hub-eth-rpc.polkadot.io```
| - | **Chain ID** |
```420420421```
| - | **Currency symbol** |
```WND```
| - | **Block explorer URL** |
```https://assethub-westend.subscan.io```       
| + === "Network Details" + + **Network name** - `Asset-Hub Westend TestNet` + + --- + + **Currency symbol** - `WND` + + --- + + **Chain ID** - ```420420421``` + + --- + + **Block explorer URL** - ```https://assethub-westend.subscan.io``` + + --- + + === "RPC Endpoints" + Dwellir + ``` + wss://westend-asset-hub-eth-rpc.polkadot.io + ``` + --- + Dwellir Tunisia + ``` + wss://westmint-rpc.polkadot.io + ``` + --- + IBP1 + ``` + wss://rpc.ibp.network/asset-hub-westend + ``` + --- + IBP2 + ``` + wss://asset-hub-westend.dotters.network + ``` + --- + Parity + ``` + wss://westend-asset-hub-rpc.polkadot.io + ``` + ![](/images/develop/smart-contracts/evm-toolkit/connect-your-wallet/connect-your-wallet-3.webp)