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:
parent
f06a57237b
commit
66bf309fbf
@ -249,7 +249,7 @@
|
||||
"https://eth2.trezor.io"
|
||||
]
|
||||
},
|
||||
"eth:ROP": {
|
||||
"eth:tROP": {
|
||||
"type": "blockbook",
|
||||
"url": [
|
||||
"https://ropsten1.trezor.io",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user