Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
#define TX_PATH @"rawtx"
#define BLOCK_PATH @"block"

#define INSIGHT_URL @"https://insight.dash.org/insight-api-dash"
#define INSIGHT_FAILOVER_URL @"https://insight.dash.show/api"
#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"

@implementation DSInsightManager

Expand Down
Loading