We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 771371d + 5a310a1 commit fb2f67fCopy full SHA for fb2f67f
CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
### Fixed
11
12
- Review of EIP-191 messages getting stuck and not responding to APDUs
13
+- (clone) Ethereum Classic, gave it back the Ethereum derivation path
14
15
## [1.12.0](https://github.com/ledgerhq/app-ethereum/compare/1.11.3...1.12.0) - 2024-09-27
16
makefile_conf/chain/ethereum_classic.mk
@@ -1,5 +1,5 @@
1
# Also allows ETC to access the ETH derivation path to recover forked assets
2
-PATH_APP_LOAD_PARAMS += "44'/61'"
+PATH_APP_LOAD_PARAMS += "44'/61'" "44'/60'"
3
TICKER = "ETC"
4
CHAIN_ID = 61
5
APPNAME = "Ethereum Classic"
0 commit comments