From 7161ecbce94d626798c28210bfb04a9e29b430f5 Mon Sep 17 00:00:00 2001 From: Artyom Bakhtin Date: Mon, 11 Nov 2024 22:10:32 +0300 Subject: [PATCH] Add orderflow archive endpoint (#16) --- testdata/get-configuration.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testdata/get-configuration.json b/testdata/get-configuration.json index 78fe0c4..69d3d95 100644 --- a/testdata/get-configuration.json +++ b/testdata/get-configuration.json @@ -15,7 +15,8 @@ "local_listen_addr": "0.0.0.0:443", "public_listen_addr": "0.0.0.0:5544", "cert_hosts": "1.2.3.4,localhost,127.0.0.1", - "builder_confighub_endpoint": "http://127.0.0.1:7937" + "builder_confighub_endpoint": "http://127.0.0.1:7937", + "orderflow_archive_endpoint": "https://orderflow-archive.flashbots.net" }, "rbuilder": { "__version": "v0.1.0-26-g18875a4",