We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e36a58 + e272a36 commit 9d962f2Copy full SHA for 9d962f2
DashSync/shared/Models/Managers/Service Managers/DSInsightManager.m
@@ -20,9 +20,9 @@
20
#define TX_PATH @"rawtx"
21
#define BLOCK_PATH @"block"
22
23
-#define INSIGHT_URL @"https://insight.dash.org/insight-api-dash"
24
-#define INSIGHT_FAILOVER_URL @"https://insight.dash.show/api"
25
-#define TESTNET_INSIGHT_URL @"https://testnet-insight.dashevo.org/insight-api-dash"
+#define INSIGHT_URL @"https://insight.dash.org/insight-api"
+#define INSIGHT_FAILOVER_URL @"https://insight.dash.org/insight-api"
+#define TESTNET_INSIGHT_URL @"https://insight.testnet.networks.dash.org/insight-api"
26
27
@implementation DSInsightManager
28
0 commit comments