1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

paragraphs updates

This commit is contained in:
Dimo Dzhurenov 2021-02-24 14:48:27 +02:00
parent d68d2acba0
commit 0fd86b773f
2 changed files with 26 additions and 16 deletions

View File

@ -35,14 +35,15 @@ The Polygon Mainnet is another of the Ocean's production networks.
Polygon is an external network that you might not find as a predefined one inside your wallet. Thus you'll need to connect to it manually using the information below:
- Network Name: `Matic Mainnet`
- RPC: `https://rpc-mainnet.maticvigil.com/`
- Chain Id: `137`
- Currency Symbol: `MATIC`
- Block Explorer URL: `https://explorer.matic.network/`
For a guide on how to connect to an external network in MetaMask check this [link](/tutorials/metamask-setup/#set-up-custom-network).
| What | Value |
|--------------------|---------------------------------------|
| Network Name | `Matic Mainnet` |
| RPC | `https://rpc-mainnet.maticvigil.com/` |
| Chain Id | `137` |
| Currency Symbol | `MATIC` |
| Block Explorer URL | `https://explorer.matic.network/` |
Follow our guide to learn how to use those values to [set up a custom network in MetaMask](/tutorials/metamask-setup/#set-up-custom-network).
**Get Tokens**
@ -62,7 +63,7 @@ For a guide on how to connect to an external network in MetaMask check this [lin
**Bridge**
For a detailed guide on how to use the Polygon bridge to deposit, withdraw and send tokens please visit this [link](/tutorials/polygon-bridge/)
Check our [Polygon Bridge guide](/tutorials/polygon-bridge/) to learn how you can deposit, withdraw and send tokens.
## Ropsten

View File

@ -3,11 +3,18 @@ title: Polygon (ex Matic)
description:
---
## Links
- [Matic Wallet](https://wallet.matic.network)
- [Matic Bridge](https://wallet.matic.network/bridge)
- [How to set up a custom network in MetaMask](/tutorials/metamask-setup/#set-up-custom-network)
## Intro to Polygon's Bridge
The Polygon Network (ex Matic) provide us with a bridge (connecting Ethereum & Polygon blockchains), and a dedicated [wallet](https://wallet.matic.network) that simplify the steps of transferring digital assets between the two networks. The wallet connects to your account via Metamask (or any of the other supported wallets).
When you open the link, the wallet will ask to log in. Select your preferred way of connecting and confirm the action. In our guide we'll use Metamask.
When you open the wallet link, the wallet will ask to log in. Select your preferred way of connecting and confirm the action. In our guide we'll use Metamask.
![Login options](images/login-options.png)
@ -33,18 +40,20 @@ The withdrawing tokens process uses the same bridge interface. The only differen
Again the bridge interface will guide you through the different steps.
For more in dept explanation of the deposit and withdraw actions check this [link](vhttps://docs.matic.network/docs/develop/ethereum-matic/pos/getting-started)
For more in dept explanation of the deposit and withdraw actions check [the official Polygon (ex Matic) docs](vhttps://docs.matic.network/docs/develop/ethereum-matic/pos/getting-started).
## Sending Tokens
While in the first two cases, the transactions are signed on the Ethereum Mainnet, transferring tokens between two Matic addresses happens on the Matic Mainnet. Thus its required for you to connect to the Matic network to sign the transactions. You can use the following parameters to set the network in Metamask:
- Network Name: `Matic Mainnet`
- RPC: `https://rpc-mainnet.maticvigil.com/`
- Chain Id: `137`
- Currency Symbol: `MATIC`
- Block Explorer URL: `https://explorer.matic.network/`
| What | Value |
|--------------------|---------------------------------------|
| Network Name | `Matic Mainnet` |
| RPC | `https://rpc-mainnet.maticvigil.com/` |
| Chain Id | `137` |
| Currency Symbol | `MATIC` |
| Block Explorer URL | `https://explorer.matic.network/` |
For a guide how to setup a custom (or external) network in Metamask follow the steps [here](/tutorials/metamask-setup/#set-up-custom-network).
Follow our guide to learn how to use those values to [set up a custom network in MetaMask](/tutorials/metamask-setup/#set-up-custom-network).
To send tokens to another Matic address use the `Send` button.