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

Commit 4c58972

Browse files
authored
Merge pull request #33 from mehdichaouch/new-currencies
Add new currencies
2 parents 6816f0a + 31e8912 commit 4c58972

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: revolut/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
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", "XLM"]
29+
"BGN", "XAU", "IDR", "INR", "MYR", "PHP", "XLM",
30+
"EOS", "OMG", "XTZ", "ZRX"]
3031

3132
_VAULT_ACCOUNT_TYPE = "SAVINGS"
3233
_ACTIVE_ACCOUNT = "ACTIVE"

0 commit comments

Comments
 (0)