From b625a75fd9e9ed0563f0e9f0c3d75c23c34c499f Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Thu, 20 Feb 2020 18:10:26 +0200 Subject: [PATCH] Update start_ocean.sh --- start_ocean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_ocean.sh b/start_ocean.sh index c370054..3178244 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -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.9.1} +export BRIZO_VERSION=${BRIZO_VERSION:-v0.9.3} 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}