Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump provider #226

Merged
merged 2 commits into from
Feb 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -61,7 +61,7 @@ The default versions are always a combination of component versions which are co

| Aquarius | Provider | Ganache | ocean-contracts |
| -------- | -------- | -------- | --------------- |
| `v2.1.13` | `v0.4.3` | `latest` | `V0.5.8`
| `v2.1.13` | `v0.4.6` | `latest` | `V0.5.8`

You can override the Docker image tag used for a particular component by setting its associated environment variable before calling `start_ocean.sh`:

Expand Down
2 changes: 1 addition & 1 deletion start_ocean.sh
Expand Up @@ -29,7 +29,7 @@ COMPOSE_DIR="${DIR}/compose-files"
# Default versions of Aquarius, Provider

export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v2.1.13}
export PROVIDER_VERSION=${PROVIDER_VERSION:-v0.4.3}
export PROVIDER_VERSION=${PROVIDER_VERSION:-v0.4.6}
export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v0.5.8}
export PROJECT_NAME="ocean"
export FORCEPULL="false"
Expand Down