From 6c410e1e6846f27c763f443cce4d9f7f51808d0f Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Wed, 7 Apr 2021 23:08:21 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d87e4fd..94b6b2e 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The default versions are always a combination of component versions which are co | Aquarius | Provider | Ganache | ocean-contracts | | -------- | -------- | -------- | --------------- | -| `v2.2.7` | `v0.4.9` | `latest` | `V0.5.9` +| `v2.2.8` | `v0.4.9` | `latest` | `V0.5.9` You can override the Docker image tag used for a particular component by setting its associated environment variable before calling `start_ocean.sh`: From af846cfde04f937f0ca05cd2954176dd35ccdb80 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Wed, 7 Apr 2021 23:08:38 +0300 Subject: [PATCH 2/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 393fa0f..ea152e6 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -28,7 +28,7 @@ COMPOSE_DIR="${DIR}/compose-files" # Default versions of Aquarius, Provider -export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v2.2.7} +export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v2.2.8} export PROVIDER_VERSION=${PROVIDER_VERSION:-v0.4.9} export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v0.5.9} export PROJECT_NAME="ocean"