mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
common: don't use Beta/Next but rather Suite
This commit is contained in:
parent
de44454cbf
commit
f0968e8f66
@ -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",
|
||||
|
@ -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/",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user