From 4e3005648369809d6a9aa6883aa4e85ea5f91010 Mon Sep 17 00:00:00 2001 From: Sebastian Gerske Date: Tue, 27 Nov 2018 13:57:54 +0100 Subject: [PATCH] removed config of mocked service --- test/config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/config.ts b/test/config.ts index 375016e..f18bfa2 100644 --- a/test/config.ts +++ b/test/config.ts @@ -6,8 +6,4 @@ export default { nodeUri: "http://localhost:8545", parityUri: "http://localhost:9545", secretStoreUri: "http://localhost:12001", - threshold: 0, - password: "unittest", - address: "0xed243adfb84a6626eba46178ccb567481c6e655d", - web3Provider: null, } as Config