Skip to content

Commit

Permalink
style: Update server URLs without HTTPS prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattevans committed Jan 10, 2025
1 parent 77fdc1f commit ac5dec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/tui/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ type OutputServerOption struct {
var AvailableOutputServers = []OutputServerOption{
{
Label: "ethPandaOps Production",
Value: "https://xatu.primary.production.platform.ethpandaops.io",
Value: "xatu.primary.production.platform.ethpandaops.io:443",
Description: "The production server provided by ethPandaOps.",
},
{
Label: "ethPandaOps Staging",
Value: "https://xatu.primary.staging.platform.ethpandaops.io",
Value: "xatu.primary.staging.platform.ethpandaops.io:443",
Description: "The staging server provided by ethPandaOps.",
},
{
Expand Down

0 comments on commit ac5dec8

Please sign in to comment.