Update start_ocean.sh

This commit is contained in:
Alex Coseru 2024-03-18 15:10:37 +02:00 committed by GitHub
parent a735bd1d60
commit 3ea5d2e35c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ COMPOSE_DIR="${DIR}/compose-files"
# Default versions of Aquarius, Provider
export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v2.0.3}
export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v2.0.4}
export TYPESENSE_VERSION=${TYPESENSE_VERSION:-0.25.1}
export OPERATOR_SERVICE_VERSION=${OPERATOR_SERVICE_VERSION:-oceanprotocol/operator-service:v4main}