From 28fe11e6716d695708cf7cba3e4cf710e9fedd80 Mon Sep 17 00:00:00 2001 From: Sebastian Gerske Date: Thu, 25 Oct 2018 17:18:33 +0200 Subject: [PATCH] adapt test config --- test/config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/config.ts b/test/config.ts index 6c85b26..29ddde4 100644 --- a/test/config.ts +++ b/test/config.ts @@ -2,4 +2,9 @@ import Config from "../src/models/Config" export default { nodeUri: "http://localhost:8545", + parityUri: "http://localhost:9545", + secretStoreUri: "https://secret-store.dev-ocean.com", + threshold: 2, + password: "unittest", + address: "0xed243adfb84a6626eba46178ccb567481c6e655d", } as Config