Skip to content

Commit

Permalink
Merge pull request #74 from TRON-US/BTFS-4824-hub-score
Browse files Browse the repository at this point in the history
feat: mod hub.btfs.io -> score.btfs.io
  • Loading branch information
laocheng-cheng authored Aug 30, 2022
2 parents fe5cb47 + 190e8d8 commit 261049c
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 261049c

Please sign in to comment.