From 5c3146fab68bab068182a22b7398fc4576942a99 Mon Sep 17 00:00:00 2001 From: bakhtin Date: Sat, 9 Nov 2024 10:11:05 +0000 Subject: [PATCH] Add orderflow archive endpoint Signed-off-by: bakhtin --- 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 42bb708..bee1e59 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",