From 82602af60105da517356a35022d78f66d1900d9f Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Wed, 1 Dec 2021 14:48:53 -0700 Subject: [PATCH] update config-sample for ui mocking --- ui/config-sample.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ui/config-sample.json b/ui/config-sample.json index a955755f3..a7e2b644b 100644 --- a/ui/config-sample.json +++ b/ui/config-sample.json @@ -1,5 +1,5 @@ { - "gitHash": "", + "gitHash": "3fd3de293fac45b745b3691a1b1804cea6739950", "patchDb": { "poll": { "cooldown": 10000 @@ -11,9 +11,6 @@ }, "mocks": { "enabled": true, - "connection": "ws", - "rpcPort": "5959", - "wsPort": "5960", "maskAs": "tor", "skipStartupAlerts": true }