Skip to content

Commit af159a2

Browse files
committed
add mainnet explorer
1 parent f290337 commit af159a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Angor/Client/NetworkConfiguration.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ public List<SettingsUrl> GetDefaultIndexerUrls()
116116
{
117117
return new List<SettingsUrl>
118118
{
119-
new SettingsUrl { Name = "", Url = "https://btc.indexer.angor.io", IsPrimary = true },
119+
new SettingsUrl { Name = "", Url = "https://btc.indexer.angor.io", IsPrimary = false },
120+
new SettingsUrl { Name = "", Url = "https://mempool.explorer.angor.io/", IsPrimary = true },
120121
};
121122
}
122123

0 commit comments

Comments
 (0)