1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 21:22:10 +00:00

fix(common): fix Ropsten key in blockchain_link

additionally updated support in suite (trop, xrp, txrp)
This commit is contained in:
Szymon Lesisz 2021-06-30 17:30:54 +02:00 committed by matejcik
parent f06a57237b
commit 66bf309fbf
2 changed files with 5 additions and 2 deletions

View File

@ -249,7 +249,7 @@
"https://eth2.trezor.io"
]
},
"eth:ROP": {
"eth:tROP": {
"type": "blockbook",
"url": [
"https://ropsten1.trezor.io",

View File

@ -115,7 +115,10 @@
"bitcoin:tLTC": true,
"bitcoin:tPPC": true,
"eth:ETC": true,
"eth:ETH": true
"eth:ETH": true,
"eth:tROP": true,
"misc:XRP": true,
"misc:tXRP": true
},
"unsupported": {
"bitcoin:FIRO": "See issue #1588",