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

Update to latest brizo version (v0.3.13)

This commit is contained in:
ssallam 2019-07-11 03:58:28 +02:00
parent d7f7069b1b
commit 99206cabde

View File

@ -14,7 +14,7 @@ COMPOSE_DIR="${DIR}/compose-files"
# Default versions of Aquarius, Brizo, Keeper Contracts and Pleuston
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v0.3.4}
export BRIZO_VERSION=${BRIZO_VERSION:-v0.3.12}
export BRIZO_VERSION=${BRIZO_VERSION:-v0.3.13}
export KEEPER_VERSION=${KEEPER_VERSION:-v0.10.3}
export PLEUSTON_VERSION=${PLEUSTON_VERSION:-v0.4.2}