From be92229b9466e303706951782b089ff38bdfabea Mon Sep 17 00:00:00 2001 From: Calina Cenan Date: Tue, 21 Nov 2023 09:31:53 +0000 Subject: [PATCH] Adds contracts v2.0.2. --- README.md | 2 +- start_ocean.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2dc4bf1..7953349 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,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 | | v1.1.8 | 172.15.0.14 | | +| ocean-contracts | | v2.0.2 | 172.15.0.14 | | | Aquarius | | v5.1.0 | 172.15.0.5 | 5000 -> 5000 | | Elasticsearch | Aquarius | 8.5.1 | 172.15.0.6 | | | Provider | | v2.0.0 | 172.15.0.4 | 8030 -> 8030 | diff --git a/start_ocean.sh b/start_ocean.sh index 6a73251..fa265c0 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -32,7 +32,7 @@ export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v5.1.0} export ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-8.5.1} export PROVIDER_VERSION=${PROVIDER_VERSION:-v2.0.1} export SUBGRAPH_VERSION=${SUBGRAPH_VERSION:-v3.0.3} -export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v1.1.8} +export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v2.0.2} export RBAC_VERSION=${RBAC_VERSION:-next} export OPERATOR_SERVICE_VERSION=${OPERATOR_SERVICE_VERSION:-oceanprotocol/operator-service:v4main}