mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-08 06:20:56 +00:00
fix(common): fetch definitions timestamp from signed branch of trezor/definitions
This commit is contained in:
parent
474cab831e
commit
dd556e7387
@ -22,7 +22,7 @@ DEFINITIONS_TIMESTAMP_PATH = (
|
|||||||
coin_info.DEFS_DIR / "ethereum" / "released-definitions-timestamp.txt"
|
coin_info.DEFS_DIR / "ethereum" / "released-definitions-timestamp.txt"
|
||||||
)
|
)
|
||||||
DEFINITIONS_LATEST_URL = (
|
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()
|
HERE = Path(__file__).parent.resolve()
|
||||||
|
Loading…
Reference in New Issue
Block a user