From d57eff946bd895617e3db488f6f177b292f65733 Mon Sep 17 00:00:00 2001 From: Fmar Date: Mon, 15 Jul 2024 15:05:35 +0200 Subject: [PATCH] change electrs domain to getalbypro --- .do/deploy.template.yaml | 2 +- config/models.go | 2 +- render.yaml | 2 +- scripts/install.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index f27e6605..65e2f6da 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -9,6 +9,6 @@ spec: instance_size_slug: basic-xxs envs: - key: LDK_ESPLORA_SERVER - value: "https://electrs.getalby.com" + value: "https://electrs.getalbypro.com" - key: LOG_EVENTS value: "true" diff --git a/config/models.go b/config/models.go index b20cb9a5..7ee32f9f 100644 --- a/config/models.go +++ b/config/models.go @@ -25,7 +25,7 @@ type AppConfig struct { CookieSecret string `envconfig:"COOKIE_SECRET"` LogLevel string `envconfig:"LOG_LEVEL"` LDKNetwork string `envconfig:"LDK_NETWORK" default:"bitcoin"` - LDKEsploraServer string `envconfig:"LDK_ESPLORA_SERVER" default:"https://electrs.getalby.com"` // TODO: remove LDK prefix + LDKEsploraServer string `envconfig:"LDK_ESPLORA_SERVER" default:"https://electrs.getalbypro.com"` // TODO: remove LDK prefix LDKGossipSource string `envconfig:"LDK_GOSSIP_SOURCE"` LDKLogLevel string `envconfig:"LDK_LOG_LEVEL"` MempoolApi string `envconfig:"MEMPOOL_API" default:"https://mempool.space/api"` diff --git a/render.yaml b/render.yaml index 26f796bc..9c91be4d 100644 --- a/render.yaml +++ b/render.yaml @@ -18,4 +18,4 @@ services: - key: LOG_EVENTS value: true - key: LDK_ESPLORA_SERVER - value: "https://electrs.getalby.com" + value: "https://electrs.getalbypro.com" diff --git a/scripts/install.sh b/scripts/install.sh index 72813d9a..675026c2 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -34,7 +34,7 @@ CPUQuota=90% Environment="PORT=80" Environment="WORK_DIR=/opt/albyhub/data" -Environment="LDK_ESPLORA_SERVER=https://electrs.getalby.com" +Environment="LDK_ESPLORA_SERVER=https://electrs.getalbypro.com" Environment="LOG_EVENTS=true" Environment="LDK_GOSSIP_SOURCE="