mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 20:07:11 +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": {
|
||||
"endPointKey": "USD",
|
||||
"locale": "en-US",
|
||||
"source": "Bitstamp",
|
||||
"source": "CoinGecko",
|
||||
"symbol": "$"
|
||||
},
|
||||
"AED": {
|
||||
|
@ -92,13 +92,13 @@
|
|||
"EUR": {
|
||||
"endPointKey": "EUR",
|
||||
"locale": "en-IE",
|
||||
"source": "Bitstamp",
|
||||
"source": "CoinGecko",
|
||||
"symbol": "€"
|
||||
},
|
||||
"GBP": {
|
||||
"endPointKey": "GBP",
|
||||
"locale": "en-GB",
|
||||
"source": "Bitstamp",
|
||||
"source": "CoinGecko",
|
||||
"symbol": "£"
|
||||
},
|
||||
"HRK": {
|
||||
|
|
Loading…
Add table
Reference in a new issue