Skip to content

Commit

Permalink
fix explorer url
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Jan 31, 2024
1 parent a23a966 commit c016147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Angor/Client/NetworkConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public List<SettingsUrl> GetDefaultExplorerUrl()
{
return new List<SettingsUrl>
{
new SettingsUrl { Name = "", Url = "https://explorer.angor.io/btc/explorer", IsPrimary = true },
new SettingsUrl { Name = "", Url = "https://explorer.angor.io/tbtc/explorer", IsPrimary = true },
};
}

Expand Down

0 comments on commit c016147

Please sign in to comment.