From d5dec2fda60ba1a6af6cb27ac217a04329b7ba3a Mon Sep 17 00:00:00 2001 From: musitdev Date: Wed, 27 Dec 2023 14:43:20 +0100 Subject: [PATCH] remove test config --- config.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 config.json diff --git a/config.json b/config.json deleted file mode 100644 index 164e273e..00000000 --- a/config.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "rpc_addr": "http://localhost:8899", - "ws_addr": "ws://localhost:8900", - "lite_rpc_http_addr": "[::]:8890", - "lite_rpc_ws_addr": "[::]:8891", - "fanout_size": 18, - "identity_keypair": null, - "prometheus_addr": "[::]:9091", - "maximum_retries_per_tx": 40, - "transaction_retry_after_secs": 3, - "quic_proxy_addr": null, - "use_grpc": false, - "activate_leader_schedule": false, - "grpc_addr": "http://127.0.0.0:10000", - "grpc_x_token": null -}