1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-22 09:47:04 +01:00
This commit is contained in:
alexcos20 2022-11-29 13:47:09 +02:00
parent 0f4cb5e3a4
commit fe5f2b7862

View File

@ -29,7 +29,7 @@ COMPOSE_DIR="${DIR}/compose-files"
# Default versions of Aquarius, Provider
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v4.2.0}
export ELASTICSEARCH_VERSION=${ELASTICSEACH_VERSION:-7.14.2}
export ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-7.14.2}
export PROVIDER_VERSION=${PROVIDER_VERSION:-v1.3.10}
export SUBGRAPH_VERSION=${SUBGRAPH_VERSION:-v3.0.0}
export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v1.1.8}