From 166d290ef1b299a09494eca78a55d87f87680d80 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 29 Aug 2019 13:55:38 +0200 Subject: [PATCH] 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 }