From bdfbc355ac3d18716e807a71493036735a0fdd20 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Fri, 30 Aug 2024 10:26:35 +0300 Subject: [PATCH 1/2] Update start_ocean.sh --- start_ocean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_ocean.sh b/start_ocean.sh index cdcad4d..4696e54 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -32,7 +32,7 @@ export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v5.1.5} export ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-8.5.1} export PROVIDER_VERSION=${PROVIDER_VERSION:-v2.1.6} export SUBGRAPH_VERSION=${SUBGRAPH_VERSION:-v4.0.2} -export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v2.0.4} +export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v2.1.0} export RBAC_VERSION=${RBAC_VERSION:-next} export GRAPH_NODE_VERSION=${GRAPH_NODE_VERSION:-v0.33.0} From 542cbed1f9e02388c8a90dcc435d1a897dd15935 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Fri, 30 Aug 2024 10:26:53 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e7ba7a..90c47c8 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ The default versions are always a combination of component versions which are co | Component name | Required by | Version | IP Address | Ports exposed | | -------------- | ------------------ | --------------------------------- | --------------- | ------------- | | ganache | ocean-contracts | latest | 172.15.0.3 | 8545 -> 8545 | -| ocean-contracts | | v2.0.2 | 172.15.0.14 | | +| ocean-contracts | | v2.1.0 | 172.15.0.14 | | | Aquarius | | v5.1.4 | 172.15.0.5 | 5000 -> 5000 | | Elasticsearch | Aquarius | 8.5.1 | 172.15.0.6 | | | Typesense | Ocean-node | 0.25.1 | 172.15.0.20 | 8108 -> 8108 |