From 66bf309fbf98d3c3d8209285bf40e7e4a33c47cc Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Wed, 30 Jun 2021 17:30:54 +0200 Subject: [PATCH] fix(common): fix Ropsten key in blockchain_link additionally updated support in suite (trop, xrp, txrp) --- common/defs/blockchain_link.json | 2 +- common/defs/support.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/common/defs/blockchain_link.json b/common/defs/blockchain_link.json index 568241544..f312709e1 100644 --- a/common/defs/blockchain_link.json +++ b/common/defs/blockchain_link.json @@ -249,7 +249,7 @@ "https://eth2.trezor.io" ] }, - "eth:ROP": { + "eth:tROP": { "type": "blockbook", "url": [ "https://ropsten1.trezor.io", diff --git a/common/defs/support.json b/common/defs/support.json index 15b665efa..90a051010 100644 --- a/common/defs/support.json +++ b/common/defs/support.json @@ -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",