Skip to content

Commit

Permalink
Rename bidding service related parameters (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakhtin authored Dec 2, 2024
1 parent d80e618 commit b13afc7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions testdata/get-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,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",
Expand All @@ -30,6 +31,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",
Expand Down

0 comments on commit b13afc7

Please sign in to comment.