mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-04 04:13:49 +01:00
REF: Change source API for some fiat
This commit is contained in:
parent
2743e38a1a
commit
22b2e4f3fb
1 changed files with 3 additions and 3 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue