From bf6fe216dea57290891c74004664309f4104f1f3 Mon Sep 17 00:00:00 2001 From: bakhtin Date: Fri, 29 Nov 2024 17:52:42 +0000 Subject: [PATCH] Rename bidding service related parameters Signed-off-by: bakhtin --- testdata/get-configuration.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/testdata/get-configuration.json b/testdata/get-configuration.json index a7a3354..480d55d 100644 --- a/testdata/get-configuration.json +++ b/testdata/get-configuration.json @@ -6,8 +6,9 @@ "secret_access_key": "string", "bucket_endpoint": "string" }, - "bidding_service_download": { - "github_token": "string" + "bidding_service": { + "github_token": "string", + "config#base64": "aGVsbG8Kd29ybGQhCg==" }, "orderflow_proxy": { "flashbots_orderflow_signing_address": "0x00", @@ -29,6 +30,8 @@ "always_seal": true, "dry_run": true, "dry_run_validation_url": "http://localhost:8545", + "top_bid_ws_basic_auth": "Zmxhc2hib3RzOmRvbnRwZWVrb25tZQ==", + "top_bid_ws_url": "ws://localhost:8546", "relays": [ { "name": "flashbots",