Skip to content

Commit

Permalink
Merge pull request #661 from LedgerHQ/fix/apa/etc_eth_deriv_path
Browse files Browse the repository at this point in the history
[hotfix] ETC with ETH derivation path
  • Loading branch information
apaillier-ledger authored Oct 3, 2024
2 parents 771371d + 5a310a1 commit fb2f67f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed

- Review of EIP-191 messages getting stuck and not responding to APDUs
- (clone) Ethereum Classic, gave it back the Ethereum derivation path

## [1.12.0](https://github.com/ledgerhq/app-ethereum/compare/1.11.3...1.12.0) - 2024-09-27

Expand Down
2 changes: 1 addition & 1 deletion makefile_conf/chain/ethereum_classic.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Also allows ETC to access the ETH derivation path to recover forked assets
PATH_APP_LOAD_PARAMS += "44'/61'"
PATH_APP_LOAD_PARAMS += "44'/61'" "44'/60'"
TICKER = "ETC"
CHAIN_ID = 61
APPNAME = "Ethereum Classic"

0 comments on commit fb2f67f

Please sign in to comment.