mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
change CLP price provider
Use Yadio instead of coindesk for correct Chilean Peso market price
This commit is contained in:
parent
ee9090e8a7
commit
34c4d7bf8f
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@
|
||||||
"CLP": {
|
"CLP": {
|
||||||
"endPointKey": "CLP",
|
"endPointKey": "CLP",
|
||||||
"locale": "es-CL",
|
"locale": "es-CL",
|
||||||
"source": "CoinDesk",
|
"source": "Yadio",
|
||||||
"symbol": "$"
|
"symbol": "$"
|
||||||
},
|
},
|
||||||
"CNY": {
|
"CNY": {
|
||||||
|
@ -323,4 +323,4 @@
|
||||||
"source": "CoinDesk",
|
"source": "CoinDesk",
|
||||||
"symbol": "R"
|
"symbol": "R"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue