common: don't use Beta/Next but rather Suite

pull/1346/head
Pavol Rusnak 4 years ago
parent de44454cbf
commit f0968e8f66
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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…
Cancel
Save