1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 01:08:27 +00:00

FIAT value tickers

This commit is contained in:
Szymon Lesisz 2018-05-10 12:38:44 +02:00
parent fa9b3a794e
commit efd2d252ed

View File

@ -97,11 +97,11 @@
"fiatValueTickers": [
{
"network": "ropsten",
"network": "ethereum",
"url": "https://api.coinmarketcap.com/v1/ticker/ethereum/"
},
{
"network": "rinkeby",
"network": "ethereum-classic",
"url": "https://api.coinmarketcap.com/v1/ticker/ethereum-classic/"
}
],