REF: Change source API for some fiat

This commit is contained in:
Marcos Rodriguez Velez 2024-03-26 09:37:12 -04:00
parent 2743e38a1a
commit 22b2e4f3fb
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7

View file

@ -2,7 +2,7 @@
"USD": { "USD": {
"endPointKey": "USD", "endPointKey": "USD",
"locale": "en-US", "locale": "en-US",
"source": "Bitstamp", "source": "CoinGecko",
"symbol": "$" "symbol": "$"
}, },
"AED": { "AED": {
@ -92,13 +92,13 @@
"EUR": { "EUR": {
"endPointKey": "EUR", "endPointKey": "EUR",
"locale": "en-IE", "locale": "en-IE",
"source": "Bitstamp", "source": "CoinGecko",
"symbol": "€" "symbol": "€"
}, },
"GBP": { "GBP": {
"endPointKey": "GBP", "endPointKey": "GBP",
"locale": "en-GB", "locale": "en-GB",
"source": "Bitstamp", "source": "CoinGecko",
"symbol": "£" "symbol": "£"
}, },
"HRK": { "HRK": {