From 2b7c3e2406003841d3b94908b2646d8f7e9729b1 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Fri, 13 Nov 2020 06:52:55 -0800 Subject: [PATCH] bump aqua --- README.md | 2 +- start_ocean.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e2bec14..621f0e9 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.1.0` | `v0.4.0` | `latest` | `V0.5.7` +| `v2.1.6` | `v0.4.0` | `latest` | `V0.5.7` You can override the Docker image tag used for a particular component by setting its associated environment variable before calling `start_ocean.sh`: diff --git a/start_ocean.sh b/start_ocean.sh index 29b737d..b8c2ad6 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -28,8 +28,8 @@ COMPOSE_DIR="${DIR}/compose-files" # Default versions of Aquarius, Provider -export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v2.1.0} -export PROVIDER_VERSION=${PROVIDER_VERSION:-v0.4.0} +export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v2.1.6} +export PROVIDER_VERSION=${PROVIDER_VERSION:-latest} export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v0.5.7} export PROJECT_NAME="ocean" export FORCEPULL="false"