From 576e798020916bbba2dcdf18812bdde0d2464cd6 Mon Sep 17 00:00:00 2001 From: nicolas <48695862+merklefruit@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:42:34 +0200 Subject: [PATCH] chore: rm config.toml --- bolt-sidecar/Config.toml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 bolt-sidecar/Config.toml diff --git a/bolt-sidecar/Config.toml b/bolt-sidecar/Config.toml deleted file mode 100644 index 05f97692a..000000000 --- a/bolt-sidecar/Config.toml +++ /dev/null @@ -1,20 +0,0 @@ -# ports -port = 8000 -metrics_port = 3300 - -# node urls -execution_api_url = "http://localhost:8545" -beacon_api_url = "http://localhost:5052" -engine_api_url = "http://localhost:8551" - -# constraints options -constraints_url = "http://localhost:3030" -constraints_proxy_port = 18551 - -# chain options -chain = "kurtosis" -slot_time = 2 - -# signing options -private_key = "0x359c156600e1f5715a58c9e09f17c8d04e7ee3a9f88b39f6e489ffca0148fabe" -delegations_path = "./delegations.json"