Skip to content

Commit

Permalink
Merge pull request #515 from Syn-McJ/fix/exhcange-rates-source
Browse files Browse the repository at this point in the history
fix: change the source of exchange rates
  • Loading branch information
Syn-McJ authored Oct 31, 2023
2 parents 8e0e002 + a814e30 commit 9929f6d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

NS_ASSUME_NONNULL_BEGIN

#define DASHRETAIL_TICKER_URL @"https://rates2.dashretail.org/rates?source=dashretail"
#define DASHRETAIL_TICKER_URL @"https://rates.ctx.com/rates?source=ctx" // former https://rates2.dashretail.org/

@interface DSFetchDashRetailPricesOperation ()

Expand Down Expand Up @@ -61,7 +61,7 @@ - (void)finishedWithErrors:(NSArray<NSError *> *)errors {
}

+ (NSString *)priceSourceInfo {
return @"dashretail.org";
return @"ctx.com";
}

@end
Expand Down

0 comments on commit 9929f6d

Please sign in to comment.