From ac5dec8f5ada5b6ff777bc75c58da12925af0962 Mon Sep 17 00:00:00 2001 From: Matty Evans Date: Fri, 10 Jan 2025 14:34:13 +1000 Subject: [PATCH] style: Update server URLs without HTTPS prefix --- internal/tui/constants.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/tui/constants.go b/internal/tui/constants.go index f8beb77..845a003 100644 --- a/internal/tui/constants.go +++ b/internal/tui/constants.go @@ -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.", }, {