Files
app-ethereum/makefile_conf/chain/ethereum_classic.mk
Alexandre Paillier 015842d4e5 Simplified adding new clones
Removed dead code from the app (was safeguarded by #ifdefs of macros
that weren't defined)
2023-10-04 18:06:52 +02:00

5 lines
187 B
Makefile

# Also allows ETC to access the ETH derivation path to recover forked assets
APP_LOAD_PARAMS += --path "44'/61'" --path "44'/60'"
TICKER = "ETC"
CHAIN_ID = 61
APPNAME = "Ethereum Classic"