From 01e6e7bc230087a3bc9f5afe451be4eb84ae491f Mon Sep 17 00:00:00 2001
From: Ana <84312885+AnaLoznianu@users.noreply.github.com>
Date: Tue, 28 Nov 2023 17:48:16 +0200
Subject: [PATCH 1/4] Update README.md
---
discover/networks/README.md | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/discover/networks/README.md b/discover/networks/README.md
index 740f04f1..1a8ea14a 100644
--- a/discover/networks/README.md
+++ b/discover/networks/README.md
@@ -67,6 +67,16 @@ Ocean Protocol is also deployed to [Energy Web Chain](https://energy-web-foundat
To bridge assets between Energy Web Chain and Ethereum mainnet, you can use [this](https://bridge.carbonswap.exchange/) bridge.
+### OP Mainnet(Optimism)
+
+Ocean Protocol is also deployed to Optimism Mainnet (OP), which is another production network. The native token of Optimism is ETH, that needs to be bridged from Ethereum Mainnet. If you cannot find Optimism as a predefined network in your wallet, you can manually connect to it by following OP's [guide](https://community.optimism.io/docs/useful-tools/networks/#op-mainnet), which provides step-by-step instructions for connecting to OP Mainnet.
+
+
+
+**Bridge**
+
+Check out the OP Bridge [guide](https://https://app.optimism.io/bridge/deposit) to deposit, withdraw and send tokens.
+
### Moonriver
Ocean Protocol is also deployed to [Moonriver](https://docs.moonbeam.network/builders/get-started/networks/moonriver/), which is another production network. The native token of Moonriver is MOVR. If Moonriver is not listed as a predefined network in your wallet, you can manually connect to it by following this [guide](https://docs.moonbeam.network/builders/get-started/networks/moonriver/#connect-metamask).
@@ -98,7 +108,7 @@ Ocean Protocol is deployed on the Sepolia test network, which is designed for te
-### Optimism Sepolia
+### OP Sepolia(Optimism)
Ocean Protocol is deployed on the OP Sepolia test network, which is designed for testing and experimentation purposes. Tokens in Sepolia do not hold any real economic value, as it is not a production network. If OP Sepolia is not listed as a predefined network in your wallet, you can manually connect to it by following OP's [guide](https://community.optimism.io/docs/useful-tools/networks/#op-sepolia), which provides detailed instructions on how to connect to OP Seploia.
@@ -107,14 +117,3 @@ Ocean Protocol is deployed on the OP Sepolia test network, which is designed for
**Bridge**
Check out the OP Bridge [guide](https://https://app.optimism.io/bridge/deposit) to deposit, withdraw and send tokens.
-
-
-### Optimism
-
-Ocean Protocol is also deployed to Optimism Mainnet (OP), which is another production network. The native token of Optimism is ETH, that needs to be bridged from Ethereum Mainnet. If you cannot find Optimism as a predefined network in your wallet, you can manually connect to it by following OP's [guide](https://community.optimism.io/docs/useful-tools/networks/#op-mainnet), which provides step-by-step instructions for connecting to OP Mainnet.
-
-
-
-**Bridge**
-
-Check out the OP Bridge [guide](https://https://app.optimism.io/bridge/deposit) to deposit, withdraw and send tokens.
From 7bbee564bf521271039ed9febf85bbe5b20fcae1 Mon Sep 17 00:00:00 2001
From: Ana <84312885+AnaLoznianu@users.noreply.github.com>
Date: Tue, 28 Nov 2023 17:50:14 +0200
Subject: [PATCH 2/4] Update README.md
---
developers/subgraph/README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/developers/subgraph/README.md b/developers/subgraph/README.md
index abe6d0a6..dfc08771 100644
--- a/developers/subgraph/README.md
+++ b/developers/subgraph/README.md
@@ -32,8 +32,9 @@ When it comes to fetching valuable information about [Data NFTs](../contracts/da
| ------------------- | ----------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| Ethereum | [Subgraph](https://v4.subgraph.mainnet.oceanprotocol.com) | [GraphiQL](https://v4.subgraph.mainnet.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
| Polygon | [Subgraph](https://v4.subgraph.polygon.oceanprotocol.com/) | [GraphiQL](https://v4.subgraph.polygon.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
-| BNB Smart Chain | [Subgraph](https://v4.subgraph.bsc.oceanprotocol.com) | [GraphiQL](https://v4.subgraph.bsc.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
+| BNB Smart Chain | [Subgraph](https://v4.subgraph.bsc.oceanprotocol.com) | [GraphiQL](https://v4.subgraph.bsc.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
| Energy Web Chain | [Subgraph](https://v4.subgraph.energyweb.oceanprotocol.com) | [GraphiQL](https://v4.subgraph.energyweb.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
+| OP Mainnet(Optimism)| [Subgraph](https://v4.subgraph.optimism.oceanprotocol.com) | [GraphiQL](https://v4.subgraph.optimism.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
| Moonriver | [Subgraph](https://v4.subgraph.moonriver.oceanprotocol.com) | [GraphiQL](https://v4.subgraph.moonriver.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
| Mumbai | [Subgraph](https://v4.subgraph.mumbai.oceanprotocol.com) | [GraphiQL](https://v4.subgraph.mumbai.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
| Görli | [Subgraph](https://v4.subgraph.goerli.oceanprotocol.com) | [GraphiQL](https://v4.subgraph.goerli.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
From e4cfbad2e80bf69f8f944cfe14bb545caaad7872 Mon Sep 17 00:00:00 2001
From: Ana <84312885+AnaLoznianu@users.noreply.github.com>
Date: Tue, 28 Nov 2023 17:51:06 +0200
Subject: [PATCH 3/4] Update README.md
---
discover/networks/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/discover/networks/README.md b/discover/networks/README.md
index 1a8ea14a..ccfc2092 100644
--- a/discover/networks/README.md
+++ b/discover/networks/README.md
@@ -69,7 +69,7 @@ To bridge assets between Energy Web Chain and Ethereum mainnet, you can use [thi
### OP Mainnet(Optimism)
-Ocean Protocol is also deployed to Optimism Mainnet (OP), which is another production network. The native token of Optimism is ETH, that needs to be bridged from Ethereum Mainnet. If you cannot find Optimism as a predefined network in your wallet, you can manually connect to it by following OP's [guide](https://community.optimism.io/docs/useful-tools/networks/#op-mainnet), which provides step-by-step instructions for connecting to OP Mainnet.
+Ocean Protocol is also deployed to OP Mainnet (OPtimism), which is another production network. The native token of Optimism is ETH, which needs to be bridged from Ethereum Mainnet. If you cannot find Optimism as a predefined network in your wallet, you can manually connect to it by following OP's [guide](https://community.optimism.io/docs/useful-tools/networks/#op-mainnet), which provides step-by-step instructions for connecting to OP Mainnet.
From b077adaa8390e749f811cb01f66be8973a80f33b Mon Sep 17 00:00:00 2001
From: Ana <84312885+AnaLoznianu@users.noreply.github.com>
Date: Tue, 28 Nov 2023 17:53:16 +0200
Subject: [PATCH 4/4] Update README.md
---
discover/networks/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/discover/networks/README.md b/discover/networks/README.md
index ccfc2092..f5a9ad85 100644
--- a/discover/networks/README.md
+++ b/discover/networks/README.md
@@ -69,7 +69,7 @@ To bridge assets between Energy Web Chain and Ethereum mainnet, you can use [thi
### OP Mainnet(Optimism)
-Ocean Protocol is also deployed to OP Mainnet (OPtimism), which is another production network. The native token of Optimism is ETH, which needs to be bridged from Ethereum Mainnet. If you cannot find Optimism as a predefined network in your wallet, you can manually connect to it by following OP's [guide](https://community.optimism.io/docs/useful-tools/networks/#op-mainnet), which provides step-by-step instructions for connecting to OP Mainnet.
+Ocean Protocol is also deployed to OP Mainnet (Optimism), which is another production network. The native token of Optimism is ETH, which needs to be bridged from Ethereum Mainnet. If you cannot find Optimism as a predefined network in your wallet, you can manually connect to it by following OP's [guide](https://community.optimism.io/docs/useful-tools/networks/#op-mainnet), which provides step-by-step instructions for connecting to OP Mainnet.