Skip to content

Commit

Permalink
feat: mod hub.btfs.io -> score.btfs.io
Browse files Browse the repository at this point in the history
  • Loading branch information
turingczz committed Aug 25, 2022
1 parent fe5cb47 commit 190e8d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func DefaultServicesConfig() Services {
return Services{
StatusServerDomain: "https://status.btfs.io",
OnlineServerDomain: "https://online.btfs.io",
HubDomain: "https://hub.btfs.io",
HubDomain: "https://score.btfs.io",
EscrowDomain: "https://escrow.btfs.io",
GuardDomain: "https://guard.btfs.io",
ExchangeDomain: "https://exchange.bt.co",
Expand All @@ -231,7 +231,7 @@ func DefaultServicesConfigDev() Services {
return Services{
StatusServerDomain: "https://status-dev.btfs.io",
OnlineServerDomain: "https://online-dev.btfs.io",
HubDomain: "https://hub-dev.btfs.io",
HubDomain: "https://score-dev.btfs.io",
EscrowDomain: "https://escrow-dev.btfs.io",
GuardDomain: "https://guard-dev.btfs.io",
ExchangeDomain: "https://exchange-dev.bt.co",
Expand All @@ -248,7 +248,7 @@ func DefaultServicesConfigTestnet() Services {
return Services{
StatusServerDomain: "https://status-staging.btfs.io",
OnlineServerDomain: "https://online-staging.btfs.io",
HubDomain: "https://hub-staging.btfs.io",
HubDomain: "https://score-staging.btfs.io",
EscrowDomain: "https://escrow-staging.btfs.io",
GuardDomain: "https://guard-staging.btfs.io",
ExchangeDomain: "https://exchange-staging.bt.co",
Expand Down

0 comments on commit 190e8d8

Please sign in to comment.