Skip to content

Commit

Permalink
Merge pull request #39 from stader-labs/refactor
Browse files Browse the repository at this point in the history
Update copies
  • Loading branch information
batphonghan authored Oct 16, 2023
2 parents cdbbe61 + 6c3f090 commit 71e2115
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
9 changes: 0 additions & 9 deletions configuration/config/NodeMonitoring_fields.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion configuration/config/field_keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions wizard/config/mev_boost_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -44,8 +44,6 @@ all forms of MEV,
including sandwich
attacks.
Relays: Blocknative,
Flashbots and Eden
Network.`,
Relays: BloXroute regulated, Flashbot and Eden Network`,
}
}

0 comments on commit 71e2115

Please sign in to comment.