diff --git a/.gitbook/assets/markeplace-publish-file-field.png b/.gitbook/assets/markeplace-publish-file-field.png new file mode 100644 index 00000000..42e8b0a6 Binary files /dev/null and b/.gitbook/assets/markeplace-publish-file-field.png differ diff --git a/.gitbook/assets/marketplace-publish-file-field (1).png b/.gitbook/assets/marketplace-publish-file-field (1).png deleted file mode 100644 index 706aba2d..00000000 Binary files a/.gitbook/assets/marketplace-publish-file-field (1).png and /dev/null differ diff --git a/building-with-ocean/asset-hosting.md b/building-with-ocean/asset-hosting.md index 705ce11c..7a488eec 100644 --- a/building-with-ocean/asset-hosting.md +++ b/building-with-ocean/asset-hosting.md @@ -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** diff --git a/building-with-ocean/deploying-components/deploying-ocean-subgraph.md b/building-with-ocean/deploying-components/deploying-ocean-subgraph.md index ef78cc28..3d531cb9 100644 --- a/building-with-ocean/deploying-components/deploying-ocean-subgraph.md +++ b/building-with-ocean/deploying-components/deploying-ocean-subgraph.md @@ -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 %} diff --git a/building-with-ocean/using-ocean-subgraph/README.md b/building-with-ocean/using-ocean-subgraph/README.md index 80541fb4..c258b99e 100644 --- a/building-with-ocean/using-ocean-subgraph/README.md +++ b/building-with-ocean/using-ocean-subgraph/README.md @@ -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) | diff --git a/building-with-ocean/wallets-and-ocean-tokens.md b/building-with-ocean/wallets-and-ocean-tokens.md index d64e1e61..31a48bc4 100644 --- a/building-with-ocean/wallets-and-ocean-tokens.md +++ b/building-with-ocean/wallets-and-ocean-tokens.md @@ -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` diff --git a/core-concepts/networks.md b/core-concepts/networks.md index bb5eafbe..fe9a4006 100644 --- a/core-concepts/networks.md +++ b/core-concepts/networks.md @@ -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_. diff --git a/using-ocean-market/marketplace-download-data-asset.md b/using-ocean-market/marketplace-download-data-asset.md index 244968c1..6f80ac33 100644 --- a/using-ocean-market/marketplace-download-data-asset.md +++ b/using-ocean-market/marketplace-download-data-asset.md @@ -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 diff --git a/using-ocean-market/marketplace-publish-data-asset.md b/using-ocean-market/marketplace-publish-data-asset.md index 52cb694e..f3559cba 100644 --- a/using-ocean-market/marketplace-publish-data-asset.md +++ b/using-ocean-market/marketplace-publish-data-asset.md @@ -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.