diff --git a/common/defs/misc/misc.json b/common/defs/misc/misc.json index adbf9c9ae..fca197254 100644 --- a/common/defs/misc/misc.json +++ b/common/defs/misc/misc.json @@ -25,6 +25,7 @@ "Github": "https://github.com/stellar/stellar-core" }, "wallet": { + "Account Viewer": "https://accountviewer.stellar.org/", "Exodus": "https://www.exodus.io" }, "blockchain_link": null diff --git a/common/tools/coins_details.py b/common/tools/coins_details.py index 5228a7d4d..fee5b45a2 100755 --- a/common/tools/coins_details.py +++ b/common/tools/coins_details.py @@ -34,10 +34,9 @@ WALLETS_ETH_3RDPARTY = { TREZOR_KNOWN_URLS = ( + "https://suite.trezor.io", "https://wallet.trezor.io", "https://beta-wallet.trezor.io/next/", - "https://trezor.io/stellar/", - "https://omnitrezor.com/", )