From 006dfd7772a5b86e9d33645801c7e158e3de5d9d Mon Sep 17 00:00:00 2001 From: Dimo Dzhurenov Date: Fri, 26 Feb 2021 16:04:12 +0200 Subject: [PATCH] updated polygon rpc url --- content/concepts/networks.md | 14 +++++++------- content/tutorials/polygon-bridge.md | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/content/concepts/networks.md b/content/concepts/networks.md index 73620612..3b328456 100644 --- a/content/concepts/networks.md +++ b/content/concepts/networks.md @@ -35,13 +35,13 @@ 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: -| 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/` | +| What | Value | +|--------------------|------------------------------------------| +| Network Name | `Matic Mainnet` | +| RPC | `https://rpc.polygon.oceanprotocol.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). diff --git a/content/tutorials/polygon-bridge.md b/content/tutorials/polygon-bridge.md index 3ffd9a48..898f03ca 100644 --- a/content/tutorials/polygon-bridge.md +++ b/content/tutorials/polygon-bridge.md @@ -46,13 +46,13 @@ For more in dept explanation of the deposit and withdraw actions check [the offi 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 it’s 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: -| 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/` | +| What | Value | +|--------------------|------------------------------------------| +| Network Name | `Matic Mainnet` | +| RPC | `https://rpc.polygon.oceanprotocol.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).