mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Removed rinkeby and ropsten. Replace tutorials with mumbai
This commit is contained in:
parent
331b10d3a4
commit
f9b315a98e
BIN
.gitbook/assets/markeplace-publish-file-field.png
Normal file
BIN
.gitbook/assets/markeplace-publish-file-field.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 201 KiB |
Binary file not shown.
Before Width: | Height: | Size: 87 KiB |
@ -19,7 +19,7 @@ Publishers can choose any hosting service of their choice. The below section exp
|
||||
|
||||
#### Google Drive
|
||||
|
||||
Google Drive allows users to share files/folders with various access policies. Publishers must set the access policy such that anyone with the link can download the file when using Ocean Marketplace with Ocean Protocol's default [Provider](https://v4.provider.rinkeby.oceanprotocol.com).
|
||||
Google Drive allows users to share files/folders with various access policies. Publishers must set the access policy such that anyone with the link can download the file when using Ocean Marketplace with Ocean Protocol's default [Provider](https://v4.provider.mumbai.oceanprotocol.com).
|
||||
|
||||
**Step 1 - Get link**
|
||||
|
||||
|
@ -23,7 +23,7 @@ Copy the below content into the \`.env\` file and edit the values as needed.
|
||||
|
||||
{% code title=".env" %}
|
||||
```
|
||||
ETHEREUM_NODE_PROVIDER_API='rinkeby:https://rinkeby.infura.io/v3/${INFURA_PROJECT_ID}'
|
||||
ETHEREUM_NODE_PROVIDER_API='mumbai:https://polygon-mumbai.infura.io/v3/${INFURA_PROJECT_ID}'
|
||||
```
|
||||
{% endcode %}
|
||||
|
||||
|
@ -18,6 +18,4 @@ The below table provides the link to GraphiQL for the support networks. The Grap
|
||||
| [Energy Web Chain](https://v4.subgraph.energyweb.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
|
||||
| [Moonriver](https://v4.subgraph.moonriver.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
|
||||
| [Mumbai](https://v4.subgraph.mumbai.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
|
||||
| [Rinkeby](https://v4.subgraph.rinkeby.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
|
||||
| [Ropsten](https://v4.subgraph.ropsten.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
|
||||
| [Moonbase](https://v4.subgraph.moonbase.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
|
||||
|
@ -30,18 +30,6 @@ Almost all ERC-20 wallets require these values for adding a custom token:
|
||||
* Symbol: `OCEAN`
|
||||
* Decimals: `18`
|
||||
|
||||
**Rinkeby**
|
||||
|
||||
* Contract Address: `0x8967BCF84170c91B0d24D4302C2376283b0B3a07`
|
||||
* Symbol: `OCEAN`
|
||||
* Decimals: `18`
|
||||
|
||||
**Ropsten**
|
||||
|
||||
* Contract Address: `0x5e8DCB2AfA23844bcc311B00Ad1A0C30025aADE9`
|
||||
* Symbol: `OCEAN`
|
||||
* Decimals: `18`
|
||||
|
||||
**Mumbai**
|
||||
|
||||
* Contract Address: `0xd8992Ed72C445c35Cb4A2be468568Ed1079357c8`
|
||||
|
@ -135,54 +135,6 @@ If you don’t find Moonriver as a predefined network in your wallet, you can co
|
||||
|
||||
Use [Anyswap](https://anyswap.exchange/#/bridge) to bridge between ETH Mainnet and Moonriver.
|
||||
|
||||
### Ropsten
|
||||
|
||||
Ropsten is a test network.
|
||||
|
||||
In MetaMask and other ERC20 wallets, click on the network name dropdown, then select _Ropsten_.
|
||||
|
||||
**Tokens**
|
||||
|
||||
* Ropsten ETH:
|
||||
* Native token to pay transaction fees
|
||||
* [Faucet](https://faucet.dimensions.network/). You may find others by [searching](https://www.google.com/search?q=ropsten+ether+faucet\&oq=ropsten+ether+faucet).
|
||||
* Ropsten OCEAN:
|
||||
* Address: [0x5e8DCB2AfA23844bcc311B00Ad1A0C30025aADE9](https://ropsten.etherscan.io/token/0x5e8DCB2AfA23844bcc311B00Ad1A0C30025aADE9)
|
||||
* [Faucet](https://faucet.ropsten.oceanprotocol.com/)
|
||||
|
||||
**Additional Components**
|
||||
|
||||
| What | URL |
|
||||
| ------------ | -------------------------------------------------------------------- |
|
||||
| Explorer | https://ropsten.etherscan.io |
|
||||
| Ocean Market | Point wallet to Ropsten network, at https://market.oceanprotocol.com |
|
||||
| Provider | `https://v4.provider.ropsten.oceanprotocol.com` |
|
||||
| Subgraph | `https://v4.subgraph.ropsten.oceanprotocol.com` |
|
||||
|
||||
### Rinkeby
|
||||
|
||||
Rinkeby is a test network.
|
||||
|
||||
In MetaMask and other ERC20 wallets, click on the network name dropdown, then select _Rinkeby_.
|
||||
|
||||
**Tokens**
|
||||
|
||||
* Rinkeby ETH:
|
||||
* Native token to pay transaction fees
|
||||
* [Faucet](https://faucet.rinkeby.io/). You may find others by [searching](https://www.google.com/search?q=rinkeby+ether+faucet\&oq=rinkeby+ether+faucet).
|
||||
* Rinkeby OCEAN:
|
||||
* Address: [0x8967BCF84170c91B0d24D4302C2376283b0B3a07](https://rinkeby.etherscan.io/token/0x8967BCF84170c91B0d24D4302C2376283b0B3a07)
|
||||
* [Faucet](https://faucet.rinkeby.oceanprotocol.com/)
|
||||
|
||||
**Additional Components**
|
||||
|
||||
| What | URL |
|
||||
| ------------ | -------------------------------------------------------------------- |
|
||||
| Explorer | https://rinkeby.etherscan.io |
|
||||
| Ocean Market | Point wallet to Rinkeby network, at https://market.oceanprotocol.com |
|
||||
| Provider | `https://v4.provider.rinkeby.oceanprotocol.com` |
|
||||
| Subgraph | `https://v4.subgraph.rinkeby.oceanprotocol.com` |
|
||||
|
||||
### Mumbai
|
||||
|
||||
Mumbai is a test network tuned for Matic / Polygon.
|
||||
@ -233,7 +185,7 @@ If you don't find Moonbase as a predefined network in your wallet, you can conne
|
||||
|
||||
### Local / Ganache
|
||||
|
||||
The most straightforward way for local-only development is to use [Barge](https://www.github.com/oceanprotocol/barge), which runs [Ganache](https://www.trufflesuite.com/ganache), Aquarius, and Provider. It is used extensively by the Ocean core devs (with Ganache or Rinkeby) and for automated integration testing.
|
||||
The most straightforward way for local-only development is to use [Barge](https://www.github.com/oceanprotocol/barge), which runs [Ganache](https://www.trufflesuite.com/ganache), Aquarius, and Provider. It is used extensively by the Ocean core devs and for automated integration testing.
|
||||
|
||||
To connect to it from MetaMask, select the network called _Localhost 8545_.
|
||||
|
||||
|
@ -13,7 +13,7 @@ description: Tutorial to download assets using Ocean Market
|
||||
![Connect wallet](../.gitbook/assets/consume-connect-wallet.png)
|
||||
|
||||
```
|
||||
In this tutorial, we will be using the Rinkeby test network.
|
||||
In this tutorial, we will be using the Polygon Mumbai test network.
|
||||
```
|
||||
|
||||
### Tutorial
|
||||
|
@ -17,7 +17,7 @@ Ocean Market provides a convenient interface for individuals and organizations t
|
||||
|
||||
![Connect wallet](../.gitbook/assets/connect-wallet.png)
|
||||
|
||||
In this tutorial, we will be using the Rinkeby test network.
|
||||
In this tutorial, we will be using the Polygon Mumbai test network.
|
||||
|
||||
3\. Go to the publish page.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user