Merge pull request #279 from oceanprotocol/bump_provider_v3

Bump provider
This commit is contained in:
Alex Coseru 2021-12-31 09:02:53 +02:00 committed by GitHub
commit 8117aa57ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ COMPOSE_DIR="${DIR}/compose-files"
# Default versions of Aquarius, Provider
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v3.1.1}
export PROVIDER_VERSION=${PROVIDER_VERSION:-v0.4.16}
export PROVIDER_VERSION=${PROVIDER_VERSION:-v0.4.20}
export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v0.6.7}
export RBAC_VERSION=${RBAC_VERSION:-next}
export PROJECT_NAME="ocean"