Skip to content

Commit

Permalink
Update (#626)
Browse files Browse the repository at this point in the history
- Add zkEVM mainnet & Startale RPC to quickstart file;
- Update images in manage-xc20-with-metamask.md
  • Loading branch information
Gunit2481 committed Mar 6, 2024
1 parent 639c567 commit 34a637d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 7 deletions.
11 changes: 9 additions & 2 deletions docs/build/zkEVM/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,16 @@ Developers can deploy existing contracts from other EVM chains to the zkEVM, and
All feedback is welcome and highly appreciated, so please report errors or inconsistencies to a team member or as an issue on the [Astar Docs Github repo](https://github.com/AstarNetwork/astar-docs/issues), thank you.
:::

To add the **Astar zkEVM** network to your wallet manually, enter the following details :
To add **Astar zkEVM** networks to your wallet manually, enter the following details :
<Tabs>

<TabItem value="mainnet" label="Astar zkEVM">
| RPC URL | ChainID | Block Explorer URL | Currency |
| ------------------------------- | ---------------- | ---------------- | ----- |
| `https://rpc.startale.com/astar-zkevm` | `3776` | [https://astar-zkevm.explorer.startale.com/](https://astar-zkevm.explorer.startale.com/) | **ETH** |
| `https://rpc.astar-zkevm.gelato.digital` | `3776` | [https://astar-zkevm.blockscout.com/](https://astar-zkevm.blockscout.com/) | **ETH** |
| `https://astar-zkevm-rpc.dwellir.com` | `3776` | | **ETH** |
</TabItem>

<TabItem value="testnet" label="zKatana Testnet">
| RPC URL | ChainID | Block Explorer URL | Currency |
Expand All @@ -44,7 +51,7 @@ To add the **Astar zkEVM** network to your wallet manually, enter the following

</Tabs>

To add the network to MetaMask, use the data above or the link at the bottom of the respective block explorer page.
To add the network to MetaMask you can either use the data above, or find a link to add the network at the bottom of the respective block explorer page.

## Bridging Assets

Expand Down
2 changes: 1 addition & 1 deletion docs/use/dapp-staking/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "dApp Staking",
"position": 4
"position": 5
}
Binary file added docs/use/manage-assets/img/XC20_EVM_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/use/manage-assets/img/XC20_EVM_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/use/manage-assets/img/XC20_EVM_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions docs/use/manage-assets/manage-xc20-with-metamask.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
sidebar_position: 2
---

import Figure from "/src/components/figure"

# Manage XC20 with MetaMask

## Instructions
Expand All @@ -10,7 +12,7 @@ sidebar_position: 2

Visit the [Assets page](https://portal.astar.network/assets), and log in with your MetaMask account to view your assets.

![6](img/6.png)
<Figure src={require('/docs/use/manage-assets/img/XC20_EVM_1.png').default } width="50%" />

As you can see in the screenshot above, there is DOT in our EVM wallet. Let's add the asset to MetaMask.

Expand All @@ -20,11 +22,11 @@ Open MetaMask and connect the account with DOT. Make sure you are connected to t

After the account is connected, you will be able to import tokens into the wallet. Click on **Add to wallet** button in DOT row.

![7](img/7.png)
<Figure src={require('/docs/use/manage-assets/img/XC20_EVM_2.png').default } width="100%" />

Click on **Import Tokens** in MetaMask popup.

![8](img/8.png)
<Figure src={require('/docs/use/manage-assets/img/XC20_EVM_3.png').default } width="100%" />


When you are finished adding and importing DOT, you will see them in your wallet. You can find the full list of supported XCM assets [here](/docs/learn/interoperability/xcm/asset-list).
Expand Down
2 changes: 1 addition & 1 deletion docs/use/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 16
sidebar_position: 6
---

import Figure from "/src/components/figure"
Expand Down

0 comments on commit 34a637d

Please sign in to comment.