fix: update Welati counter URL to telegram.pezkuwi.app/kurds

This commit is contained in:
2026-02-18 06:58:09 +03:00
parent 533aa9e831
commit 326aa869ed
@@ -20,7 +20,7 @@ class PezkuwiDashboardRepository(
) {
companion object {
private const val WELATI_COUNTER_URL = "https://subquery.pezkuwichain.io/kurds"
private const val WELATI_COUNTER_URL = "https://telegram.pezkuwi.app/kurds"
}
suspend fun getDashboard(accountId: AccountId): PezkuwiDashboardData {