fix(common): fix Ropsten key in blockchain_link

additionally updated support in suite (trop, xrp, txrp)
pull/1692/head
Szymon Lesisz 3 years ago committed by matejcik
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…
Cancel
Save