diff --git a/.gitbook/assets/azure-10.png b/.gitbook/assets/azure-10.png index 36cf04aa..32434092 100644 Binary files a/.gitbook/assets/azure-10.png and b/.gitbook/assets/azure-10.png differ diff --git a/.gitbook/assets/compute-to-data-parameters-publish-algorithm.png b/.gitbook/assets/compute-to-data-parameters-publish-algorithm.png index 800f1b88..a77fc304 100644 Binary files a/.gitbook/assets/compute-to-data-parameters-publish-algorithm.png and b/.gitbook/assets/compute-to-data-parameters-publish-algorithm.png differ diff --git a/.gitbook/assets/compute-to-data-parameters-publish-dataset.png b/.gitbook/assets/compute-to-data-parameters-publish-dataset.png index dd5173f6..4ec57660 100644 Binary files a/.gitbook/assets/compute-to-data-parameters-publish-dataset.png and b/.gitbook/assets/compute-to-data-parameters-publish-dataset.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/.gitbook/assets/marketplace-publish-file-field.png b/.gitbook/assets/marketplace-publish-file-field.png index 706aba2d..22d3b4ed 100644 Binary files a/.gitbook/assets/marketplace-publish-file-field.png and b/.gitbook/assets/marketplace-publish-file-field.png differ diff --git a/.gitbook/assets/ocean-market-homepage.png b/.gitbook/assets/ocean-market-homepage.png index 1a3bde0a..4aa49e30 100644 Binary files a/.gitbook/assets/ocean-market-homepage.png and b/.gitbook/assets/ocean-market-homepage.png differ diff --git a/.gitbook/assets/one-drive-4.png b/.gitbook/assets/one-drive-4.png index 61c964e1..03d394b8 100644 Binary files a/.gitbook/assets/one-drive-4.png and b/.gitbook/assets/one-drive-4.png 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/compute-to-data/user-defined-parameters.md b/building-with-ocean/compute-to-data/user-defined-parameters.md index b8b47dfd..c7f510d3 100644 --- a/building-with-ocean/compute-to-data/user-defined-parameters.md +++ b/building-with-ocean/compute-to-data/user-defined-parameters.md @@ -61,7 +61,7 @@ def serve_content(): #### Step 2: Publish dataset asset with compute service -The publisher now must provide the file URL as `https://example.com` while publishing the asset, as shown in the below image. +The publisher now must provide the file URL as `https://example.org` while publishing the asset, as shown in the below image. ![](../../.gitbook/assets/compute-to-data-parameters-publish-dataset.png) 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 95f93d1a..fff283e7 100644 --- a/building-with-ocean/using-ocean-subgraph/README.md +++ b/building-with-ocean/using-ocean-subgraph/README.md @@ -18,7 +18,5 @@ 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) | | [Görli](https://v4.subgraph.goerli.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 1c7db689..5b8f029c 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` - **Görli** * Contract Address: `0xCfDdA22C9837aE76E0faA845354f33C62E03653a` diff --git a/core-concepts/networks.md b/core-concepts/networks.md index 67b7e631..3a63672c 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` | - ### Görli Görli is a test network. @@ -257,7 +209,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.