mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 20:38: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"
|
"https://eth2.trezor.io"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"eth:ROP": {
|
"eth:tROP": {
|
||||||
"type": "blockbook",
|
"type": "blockbook",
|
||||||
"url": [
|
"url": [
|
||||||
"https://ropsten1.trezor.io",
|
"https://ropsten1.trezor.io",
|
||||||
|
@ -115,7 +115,10 @@
|
|||||||
"bitcoin:tLTC": true,
|
"bitcoin:tLTC": true,
|
||||||
"bitcoin:tPPC": true,
|
"bitcoin:tPPC": true,
|
||||||
"eth:ETC": true,
|
"eth:ETC": true,
|
||||||
"eth:ETH": true
|
"eth:ETH": true,
|
||||||
|
"eth:tROP": true,
|
||||||
|
"misc:XRP": true,
|
||||||
|
"misc:tXRP": true
|
||||||
},
|
},
|
||||||
"unsupported": {
|
"unsupported": {
|
||||||
"bitcoin:FIRO": "See issue #1588",
|
"bitcoin:FIRO": "See issue #1588",
|
||||||
|
Loading…
Reference in New Issue
Block a user