Skip to content

Commit 9d962f2

Browse files
authored
Merge pull request #605 from dashpay/fix/sweep-balance-url
fix: update Insight API URLs for sweep balance
2 parents 8e36a58 + e272a36 commit 9d962f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DashSync/shared/Models/Managers/Service Managers/DSInsightManager.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
#define TX_PATH @"rawtx"
2121
#define BLOCK_PATH @"block"
2222

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"
23+
#define INSIGHT_URL @"https://insight.dash.org/insight-api"
24+
#define INSIGHT_FAILOVER_URL @"https://insight.dash.org/insight-api"
25+
#define TESTNET_INSIGHT_URL @"https://insight.testnet.networks.dash.org/insight-api"
2626

2727
@implementation DSInsightManager
2828

0 commit comments

Comments
 (0)