1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-12-02 05:57:21 +01:00

set specific events handler version

This commit is contained in:
Matthias Kretschmann 2019-09-11 13:26:01 +02:00 committed by GitHub
parent 555c7053ad
commit 0e24bb6746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ COMPOSE_DIR="${DIR}/compose-files"
# Default versions of Aquarius, Brizo, Keeper Contracts and Pleuston
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v0.3.8}
export BRIZO_VERSION=${BRIZO_VERSION:-v0.4.2}
export EVENTS_HANDLER_VERSION=${EVENTS_HANDLER_VERSION:-latest}
export EVENTS_HANDLER_VERSION=${EVENTS_HANDLER_VERSION:-v0.2.1}
export KEEPER_VERSION=${KEEPER_VERSION:-v0.11.1}
export PLEUSTON_VERSION=${PLEUSTON_VERSION:-v0.5.1}
export FAUCET_VERSION=${FAUCET_VERSION:-v0.2.6}