1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 21:48:13 +00:00

style(common): fix cointool.py

This commit is contained in:
Martin Milata 2024-11-11 18:00:06 +01:00
parent c101cdfcbe
commit 7fc226258e

View File

@ -21,9 +21,7 @@ from coin_info import Coin, CoinBuckets, Coins, CoinsInfo, FidoApps, SupportInfo
DEFINITIONS_TIMESTAMP_PATH = (
coin_info.DEFS_DIR / "ethereum" / "released-definitions-timestamp.txt"
)
DEFINITIONS_LATEST_URL = (
"https://raw.githubusercontent.com/trezor/definitions/signed/definitions-latest.json"
)
DEFINITIONS_LATEST_URL = "https://raw.githubusercontent.com/trezor/definitions/signed/definitions-latest.json"
HERE = Path(__file__).parent.resolve()
ROOT = HERE.parent.parent