From 30be2ba16f0d14d8f9aca3559a07ac75db6e5e9c Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 29 Aug 2019 13:22:02 +0200 Subject: [PATCH 1/2] bump Barge keeper version on Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 52be399..b7c9284 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_script: - cd barge - export AQUARIUS_VERSION=v0.3.8 - export BRIZO_VERSION=v0.3.14 - - export KEEPER_VERSION=v0.10.3 + - export KEEPER_VERSION=v0.11.1 - export KEEPER_OWNER_ROLE_ADDRESS="0xe2DD09d719Da89e5a3D0F2549c7E24566e947260" - bash -x start_ocean.sh --no-pleuston --local-spree-node 2>&1 > start_ocean.log & - cd .. From 166d290ef1b299a09494eca78a55d87f87680d80 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 29 Aug 2019 13:55:38 +0200 Subject: [PATCH 2/2] change Spree Brizo address --- integration/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/config.ts b/integration/config.ts index f7ab653..eb40863 100644 --- a/integration/config.ts +++ b/integration/config.ts @@ -6,7 +6,7 @@ const configJson: Config = { aquariusUri: 'http://172.15.0.15:5000', brizoUri: 'http://localhost:8030', secretStoreUri: 'http://localhost:12001', - brizoAddress: '0x00Bd138aBD70e2F00903268F3Db08f2D25677C9e', + brizoAddress: '0x068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0', verbose: false }