Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit 1be71e1

Browse files
authored
Add XLM currency
1 parent be0d680 commit 1be71e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

revolut/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"AED", "EUR", "JPY", "ZAR", "NZD", "HKD", "TRY",
2626
"QAR", "NOK", "SEK", "BTC", "ETH", "XRP", "BCH",
2727
"LTC", "SAR", "RUB", "RSD", "MXN", "ISK", "HRK",
28-
"BGN", "XAU", "IDR", "INR", "MYR", "PHP"]
28+
"BGN", "XAU", "IDR", "INR", "MYR", "PHP", "XLM"]
2929

3030
_VAULT_ACCOUNT_TYPE = "SAVINGS"
3131
_ACTIVE_ACCOUNT = "ACTIVE"

0 commit comments

Comments
 (0)