mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-21 08:18:46 +00:00
style(common): fix cointool.py
This commit is contained in:
parent
c101cdfcbe
commit
7fc226258e
@ -21,9 +21,7 @@ from coin_info import Coin, CoinBuckets, Coins, CoinsInfo, FidoApps, SupportInfo
|
|||||||
DEFINITIONS_TIMESTAMP_PATH = (
|
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/signed/definitions-latest.json"
|
||||||
"https://raw.githubusercontent.com/trezor/definitions/signed/definitions-latest.json"
|
|
||||||
)
|
|
||||||
|
|
||||||
HERE = Path(__file__).parent.resolve()
|
HERE = Path(__file__).parent.resolve()
|
||||||
ROOT = HERE.parent.parent
|
ROOT = HERE.parent.parent
|
||||||
|
Loading…
Reference in New Issue
Block a user