mirror of
https://github.com/miguelmota/cointop
synced 2024-11-05 00:00:14 +00:00
add MYR currency
This commit is contained in:
parent
e8f02ac3a6
commit
1a81f7edfc
@ -19,12 +19,13 @@ var supportedfiatconversions = map[string]string{
|
||||
"JPY": "Japanese Yen",
|
||||
"KRW": "South Korean Won",
|
||||
"NZD": "New Zealand Dollar",
|
||||
//"CFH": "Swiss Franc",
|
||||
"CFH": "Swiss Franc",
|
||||
"MXN": "Mexican Peso",
|
||||
"AUD": "Australian Dollar",
|
||||
"IDR": "Indonesian Rupiah",
|
||||
"RUB": "Russian Ruble",
|
||||
"CAD": "Canadian dollar",
|
||||
"MYR": "Malaysian Ringgit",
|
||||
}
|
||||
|
||||
var supportedcryptoconversion = map[string]string{
|
||||
|
@ -22,6 +22,7 @@ var currencysymbols = map[string]string{
|
||||
"IDR": "Rp.",
|
||||
"RUB": "Ꝑ",
|
||||
"CAD": "$",
|
||||
"MYR": "RM",
|
||||
"BTC": "Ƀ",
|
||||
"ETH": "Ξ",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user