bump aqua

This commit is contained in:
alexcos20 2020-11-13 06:52:55 -08:00
parent fe587a32f2
commit 2b7c3e2406
2 changed files with 3 additions and 3 deletions

View File

@ -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`:

View File

@ -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"