1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

common/defs: update coins details

This commit is contained in:
Pavol Rusnak 2020-09-02 15:05:26 +02:00
parent f3fd98a7ba
commit 2148402f84
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 1149 additions and 1143 deletions

File diff suppressed because it is too large Load Diff

View File

@ -298,7 +298,7 @@ def _load_fido_apps():
# ====== support info ======
RELEASES_URL = "https://beta-wallet.trezor.io/data/firmware/{}/releases.json"
RELEASES_URL = "https://data.trezor.io/firmware/{}/releases.json"
MISSING_SUPPORT_MEANS_NO = ("connect", "webwallet")
VERSIONED_SUPPORT_INFO = ("trezor1", "trezor2")