Skip to content

Commit

Permalink
chore: change electrs domain from albylabs to getalby (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jul 5, 2024
2 parents 2d33260 + c436ae6 commit 6c44fb8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .do/deploy.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion config/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down
2 changes: 1 addition & 1 deletion render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ services:
- key: LOG_EVENTS
value: true
- key: LDK_ESPLORA_SERVER
value: "https://electrs.albylabs.com"
value: "https://electrs.getalby.com"
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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="
Expand Down

0 comments on commit 6c44fb8

Please sign in to comment.