Skip to content

Commit fb2f67f

Browse files
Merge pull request #661 from LedgerHQ/fix/apa/etc_eth_deriv_path
[hotfix] ETC with ETH derivation path
2 parents 771371d + 5a310a1 commit fb2f67f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Fixed
1111

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Also allows ETC to access the ETH derivation path to recover forked assets
2-
PATH_APP_LOAD_PARAMS += "44'/61'"
2+
PATH_APP_LOAD_PARAMS += "44'/61'" "44'/60'"
33
TICKER = "ETC"
44
CHAIN_ID = 61
55
APPNAME = "Ethereum Classic"

0 commit comments

Comments
 (0)