Skip to content

Commit

Permalink
Merge pull request #6 from flashbots/ab-get-config-software-versions
Browse files Browse the repository at this point in the history
Add software versions to the schema
  • Loading branch information
bakhtin authored Oct 10, 2024
2 parents fdcedd3 + 4d1f1fc commit b278c55
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions testdata/get-configuration.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"reth_chain_download": {
"aws_access_key_id": "string",
"aws_secret_access_key": "string",
"rclone_s3_endpoint": "string"
"rclone": {
"__version": "v1.66.0-DEV",
"access_key_id": "string",
"secret_access_key": "string",
"bucket_endpoint": "string"
},
"bidding_service_download": {
"github_token": "string"
Expand All @@ -18,12 +19,11 @@
]
},
"rbuilder": {
"__version": "v0.1.0-26-g18875a4",
"extra_data": "Illuminate Dmocratize Dstribute",
"relay_secret_key": "0x00",
"optimistic_relay_secret_key": "0x00",
"coinbase_secret_key": "0x00",
"top_bid_stream_api_key": "string",
"always_seal": true,
"relays": [
{
"name": "flashbots",
Expand All @@ -44,6 +44,7 @@
]
},
"prometheus": {
"__version": "2.54.0",
"scrape_interval": "10s",
"static_configs_default_labels": [
{
Expand Down Expand Up @@ -81,6 +82,7 @@
]
},
"process_exporter": {
"__version": "0.8.3",
"process_names": [
{
"name": "lighthouse",
Expand All @@ -103,8 +105,9 @@
]
},
"fluentbit": {
"__version": "v1.9.7",
"input_tags": "tag-1 tag-2",
"output_cw_log_group_name": "multioperator-builder",
"output_cw_log_stream_prefix": "builder-01-"
}
}
}

0 comments on commit b278c55

Please sign in to comment.