refactor(currencies): DEPRECATE SYNTH FINANCE

This commit is contained in:
Herculino Trotta
2025-08-17 03:54:10 -03:00
parent 3c85da46b0
commit 5ca531f47d
5 changed files with 77 additions and 133 deletions
-2
View File
@@ -94,8 +94,6 @@ class ExchangeRateService(models.Model):
"""Configuration for exchange rate services"""
class ServiceType(models.TextChoices):
SYNTH_FINANCE = "synth_finance", "Synth Finance"
SYNTH_FINANCE_STOCK = "synth_finance_stock", "Synth Finance Stock"
COINGECKO_FREE = "coingecko_free", "CoinGecko (Demo/Free)"
COINGECKO_PRO = "coingecko_pro", "CoinGecko (Pro)"
TRANSITIVE = "transitive", "Transitive (Calculated from Existing Rates)"