diff --git a/common/defs/misc/misc.json b/common/defs/misc/misc.json index fca197254..25638b569 100644 --- a/common/defs/misc/misc.json +++ b/common/defs/misc/misc.json @@ -56,7 +56,7 @@ "Github": "https://github.com/ripple/rippled" }, "wallet": { - "Trezor Beta": "https://beta-wallet.trezor.io/next/", + "Trezor Beta": "https://suite.trezor.io", "Exodus": "https://www.exodus.io", "Magnum": "https://magnumwallet.co" }, @@ -80,7 +80,7 @@ "Github": "https://github.com/ripple/rippled" }, "wallet": { - "Trezor Beta": "https://beta-wallet.trezor.io/next/" + "Trezor Suite": "https://suite.trezor.io" }, "blockchain_link": { "type": "ripple", diff --git a/common/tools/coins_details.py b/common/tools/coins_details.py index fee5b45a2..e4e61ea45 100755 --- a/common/tools/coins_details.py +++ b/common/tools/coins_details.py @@ -21,8 +21,8 @@ OVERRIDES = coin_info.load_json("coins_details.override.json") VERSIONS = coin_info.latest_releases() # automatic wallet entries -WALLET_TREZOR = {"Trezor": "https://wallet.trezor.io"} -WALLET_ETH_TREZOR = {"Trezor Beta": "https://beta-wallet.trezor.io/next/"} +WALLET_TREZOR = {"Trezor Wallet": "https://wallet.trezor.io"} +WALLET_ETH_TREZOR = {"Trezor Suite": "https://suite.trezor.io"} WALLET_NEM = { "Nano Wallet": "https://nem.io/downloads/", "Magnum": "https://magnumwallet.co", @@ -36,7 +36,6 @@ WALLETS_ETH_3RDPARTY = { TREZOR_KNOWN_URLS = ( "https://suite.trezor.io", "https://wallet.trezor.io", - "https://beta-wallet.trezor.io/next/", )