1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-11 16:41:06 +00:00

Fixed fiat ticker network

This commit is contained in:
Vladimir Volek 2018-09-19 14:50:43 +02:00 committed by Szymon Lesisz
parent 4ea7f68250
commit 34e00d392e

View File

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