1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-22 09:47:04 +01:00

bump brizo to 0.9.1

This commit is contained in:
Alex Coseru 2020-02-10 14:35:14 +02:00 committed by GitHub
parent a73ed9133f
commit 3390f68b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ COMPOSE_DIR="${DIR}/compose-files"
# Default versions of Aquarius, Brizo, Keeper Contracts and Commons
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v1.0.7}
export BRIZO_VERSION=${BRIZO_VERSION:-v0.8.1}
export BRIZO_VERSION=${BRIZO_VERSION:-v0.9.1}
export EVENTS_HANDLER_VERSION=${EVENTS_HANDLER_VERSION:-v0.4.5}
export KEEPER_VERSION=${KEEPER_VERSION:-v0.13.2}
export FAUCET_VERSION=${FAUCET_VERSION:-v0.3.2}