Skip to content

Commit

Permalink
Fix base MARKETS_BISQ_NETWORK URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ghubstan committed Jul 28, 2022
1 parent 205f8da commit 1d44b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/bisq/monitor/metric/MarketStats.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*/
@Slf4j
public class MarketStats extends Metric {
private static final String MARKETS_BISQ_NETWORK = "https://markets.bisq.network";
private static final String MARKETS_BISQ_NETWORK = "https://bisq.markets";
// poor mans JSON parser
private final Pattern marketPattern = Pattern.compile("\"market\" ?: ?\"([a-z_]+)\"");
private final Pattern amountPattern = Pattern.compile("\"amount\" ?: ?\"([\\d\\.]+)\"");
Expand Down

1 comment on commit 1d44b01

@ghubstan
Copy link
Member Author

@ghubstan ghubstan commented on 1d44b01 Jul 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See bisq-network/roles#9 (comment) for explanation of 1d44b01.

Please sign in to comment.