mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 21:48:13 +00:00
fix(common): fetch definitions timestamp from signed branch of trezor/definitions
This commit is contained in:
parent
8522d9c9b5
commit
80dbfc6e6e
@ -22,7 +22,7 @@ DEFINITIONS_TIMESTAMP_PATH = (
|
||||
coin_info.DEFS_DIR / "ethereum" / "released-definitions-timestamp.txt"
|
||||
)
|
||||
DEFINITIONS_LATEST_URL = (
|
||||
"https://raw.githubusercontent.com/trezor/definitions/main/definitions-latest.json"
|
||||
"https://raw.githubusercontent.com/trezor/definitions/signed/definitions-latest.json"
|
||||
)
|
||||
|
||||
HERE = Path(__file__).parent.resolve()
|
||||
|
Loading…
Reference in New Issue
Block a user