1
0
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:
Martin Milata 2024-10-30 16:28:40 +01:00
parent 8522d9c9b5
commit 80dbfc6e6e

View File

@ -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()