diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index ffb6f337..f27e6605 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.albylabs.com" + value: "https://electrs.getalby.com" - key: LOG_EVENTS value: "true" diff --git a/config/models.go b/config/models.go index a8a704c3..b20cb9a5 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.albylabs.com"` // TODO: remove LDK prefix + LDKEsploraServer string `envconfig:"LDK_ESPLORA_SERVER" default:"https://electrs.getalby.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 10087372..26f796bc 100644 --- a/render.yaml +++ b/render.yaml @@ -18,4 +18,4 @@ services: - key: LOG_EVENTS value: true - key: LDK_ESPLORA_SERVER - value: "https://electrs.albylabs.com" + value: "https://electrs.getalby.com" diff --git a/scripts/install.sh b/scripts/install.sh index bd03dc89..72813d9a 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.albylabs.com" +Environment="LDK_ESPLORA_SERVER=https://electrs.getalby.com" Environment="LOG_EVENTS=true" Environment="LDK_GOSSIP_SOURCE="