diff --git a/docs/build/zkEVM/quickstart.md b/docs/build/zkEVM/quickstart.md index 7f410aec3..1c55832ab 100644 --- a/docs/build/zkEVM/quickstart.md +++ b/docs/build/zkEVM/quickstart.md @@ -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 : + +| 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** | + | RPC URL | ChainID | Block Explorer URL | Currency | @@ -44,7 +51,7 @@ To add the **Astar zkEVM** network to your wallet manually, enter the following -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 diff --git a/docs/use/dapp-staking/_category_.json b/docs/use/dapp-staking/_category_.json index bd992afed..5163f1696 100644 --- a/docs/use/dapp-staking/_category_.json +++ b/docs/use/dapp-staking/_category_.json @@ -1,4 +1,4 @@ { "label": "dApp Staking", - "position": 4 + "position": 5 } diff --git a/docs/use/manage-assets/img/XC20_EVM_1.png b/docs/use/manage-assets/img/XC20_EVM_1.png new file mode 100644 index 000000000..29ec83cde Binary files /dev/null and b/docs/use/manage-assets/img/XC20_EVM_1.png differ diff --git a/docs/use/manage-assets/img/XC20_EVM_2.png b/docs/use/manage-assets/img/XC20_EVM_2.png new file mode 100644 index 000000000..3a28b0617 Binary files /dev/null and b/docs/use/manage-assets/img/XC20_EVM_2.png differ diff --git a/docs/use/manage-assets/img/XC20_EVM_3.png b/docs/use/manage-assets/img/XC20_EVM_3.png new file mode 100644 index 000000000..cb38cb5c7 Binary files /dev/null and b/docs/use/manage-assets/img/XC20_EVM_3.png differ diff --git a/docs/use/manage-assets/manage-xc20-with-metamask.md b/docs/use/manage-assets/manage-xc20-with-metamask.md index 63efea09a..515fc7696 100644 --- a/docs/use/manage-assets/manage-xc20-with-metamask.md +++ b/docs/use/manage-assets/manage-xc20-with-metamask.md @@ -2,6 +2,8 @@ sidebar_position: 2 --- +import Figure from "/src/components/figure" + # Manage XC20 with MetaMask ## Instructions @@ -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) +
As you can see in the screenshot above, there is DOT in our EVM wallet. Let's add the asset to MetaMask. @@ -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) +
Click on **Import Tokens** in MetaMask popup. -![8](img/8.png) +
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). diff --git a/docs/use/troubleshooting.md b/docs/use/troubleshooting.md index c7e48dcc1..eadcb856e 100644 --- a/docs/use/troubleshooting.md +++ b/docs/use/troubleshooting.md @@ -1,5 +1,5 @@ --- -sidebar_position: 16 +sidebar_position: 6 --- import Figure from "/src/components/figure"