From d0be8d1bd53a9494ca08fc91bd7a43956c26cc39 Mon Sep 17 00:00:00 2001 From: marie-fourier Date: Fri, 24 Nov 2023 15:38:53 +0500 Subject: [PATCH] update default config.json --- config.json.default | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config.json.default b/config.json.default index f4c87fe6..a454020c 100644 --- a/config.json.default +++ b/config.json.default @@ -6,10 +6,7 @@ ], "relayer": "0xprivateKey", "beneficiary": "0x690b9a9e9aa1c9db991c7721a92d351db4fac990", - "rpcEndpoint": "http://localhost:8545", - "minInclusionDenominator": 10, - "throttlingSlack": 10, - "banSlack": 10 + "rpcEndpoint": "http://localhost:8545" } } }