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

Commit d9dc032

Browse files
author
Thibault Ducret
authored
Merge pull request #25 from mehdichaouch/patch-1
Add XLM currency
2 parents e747b4a + 1be71e1 commit d9dc032

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
@@ -26,7 +26,7 @@
2626
"AED", "EUR", "JPY", "ZAR", "NZD", "HKD", "TRY",
2727
"QAR", "NOK", "SEK", "BTC", "ETH", "XRP", "BCH",
2828
"LTC", "SAR", "RUB", "RSD", "MXN", "ISK", "HRK",
29-
"BGN", "XAU", "IDR", "INR", "MYR", "PHP"]
29+
"BGN", "XAU", "IDR", "INR", "MYR", "PHP", "XLM"]
3030

3131
_VAULT_ACCOUNT_TYPE = "SAVINGS"
3232
_ACTIVE_ACCOUNT = "ACTIVE"

0 commit comments

Comments
 (0)