feat(automatic-exchange-rates): add Synth Finance Stock

This commit is contained in:
Herculino Trotta
2025-03-01 22:40:50 -03:00
parent 9896044a15
commit c9b346b791
4 changed files with 86 additions and 0 deletions
+1
View File
@@ -92,6 +92,7 @@ class ExchangeRateService(models.Model):
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)"