From 036b811b86feb8ac1c6a6f15efea24f85f9c1620 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Wed, 15 Apr 2020 15:51:59 +0300 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 0d9a3c0..963f51e 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.4} +export BRIZO_VERSION=${BRIZO_VERSION:-v0.9.5} export EVENTS_HANDLER_VERSION=${EVENTS_HANDLER_VERSION:-v0.4.7} export KEEPER_VERSION=${KEEPER_VERSION:-v0.13.2} export FAUCET_VERSION=${FAUCET_VERSION:-v0.3.4}