From 1270669d5087a9f2179926657c653f41482a96f2 Mon Sep 17 00:00:00 2001 From: bakhtin Date: Fri, 1 Nov 2024 18:45:21 +0000 Subject: [PATCH] Update orderflow proxy configuration to v0.2.0 Signed-off-by: bakhtin --- .gitignore | 4 ++++ testdata/get-configuration.json | 10 +++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 1b1fcf3..0d4e20d 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,7 @@ # Builds /build .aider* + +# Live configs +testdata/*-config.json +testdata/*-secrets.json diff --git a/testdata/get-configuration.json b/testdata/get-configuration.json index 98a83f3..2b3336f 100644 --- a/testdata/get-configuration.json +++ b/testdata/get-configuration.json @@ -11,13 +11,9 @@ }, "orderflow_proxy": { "flashbots_orderflow_signing_address": "0x00", - "builder_public_ip": "1.2.3.4", - "tls_hosts": [ - "1.2.3.4", - "fundomain.builderx.io", - "172.27.14.1", - "2001:db8::123.123.123.123" - ] + "builder_endpoint": "http://127.0.0.1:8645", + "local_listen_addr": "0.0.0.0:443", + "public_listen_addr": "0.0.0.0:5544" }, "rbuilder": { "__version": "v0.1.0-26-g18875a4",