From 6c3f0903d5ed28bc517de7083b8df2c9a482804b Mon Sep 17 00:00:00 2001 From: batphonghan Date: Mon, 16 Oct 2023 19:03:41 +0700 Subject: [PATCH] Update copies --- configuration/config/NodeMonitoring_fields.go | 9 --------- configuration/config/field_keys.go | 1 - wizard/config/mev_boost_type.go | 6 ++---- 3 files changed, 2 insertions(+), 14 deletions(-) diff --git a/configuration/config/NodeMonitoring_fields.go b/configuration/config/NodeMonitoring_fields.go index 971a9f2..19a6ba1 100644 --- a/configuration/config/NodeMonitoring_fields.go +++ b/configuration/config/NodeMonitoring_fields.go @@ -59,15 +59,6 @@ Default: 9102`, descriptionSidebarWidth), Enter the port your Node Exporter should use for the API. Default: 9103`, descriptionSidebarWidth), - }, - { - Label: "Guardian Oracle Port", - Key: FieldKey.Nm_guardian_oracle_port, - Type: "int", - Description: utils.AddNewLines(`Guardian Oracle Port - -Enter the port your Guardian Oracle Container should use for the API. -Default: 9104`, descriptionSidebarWidth), }, { Label: "Grafana Port", diff --git a/configuration/config/field_keys.go b/configuration/config/field_keys.go index 242b066..1582942 100644 --- a/configuration/config/field_keys.go +++ b/configuration/config/field_keys.go @@ -192,7 +192,6 @@ type FieldKeyType = struct { Nm_validator_client_metrics_port string Nm_node_metrics_port string Nm_exporter_metrics_port string - Nm_guardian_oracle_port string Nm_grafana_port string Nm_grafana_container_tag string Nm_prometheus_port string diff --git a/wizard/config/mev_boost_type.go b/wizard/config/mev_boost_type.go index 4571a67..5bfe608 100644 --- a/wizard/config/mev_boost_type.go +++ b/wizard/config/mev_boost_type.go @@ -33,7 +33,7 @@ Types) permits for all forms of MEV, including sandwich attacks. -Relays: Ultra Sound, bloXroute Max Profit and Aestus`, +Relays: Ultra Sound, BloXroute Max Profit and Aestus`, MEVBoostLocal.Option.Regulated: `Choose this option to activate relays that adhere to government @@ -44,8 +44,6 @@ all forms of MEV, including sandwich attacks. -Relays: Blocknative, -Flashbots and Eden -Network.`, +Relays: BloXroute regulated, Flashbot and Eden Network`, } }