From 80b23f917eeef368ececdd161b1a54d4e2a1efc5 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Thu, 3 Oct 2024 09:43:54 +0200 Subject: [PATCH 1/2] Give Ethereum Classic back the Ethereum derivation path --- makefile_conf/chain/ethereum_classic.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile_conf/chain/ethereum_classic.mk b/makefile_conf/chain/ethereum_classic.mk index 8c49bc70f..1aea2af95 100644 --- a/makefile_conf/chain/ethereum_classic.mk +++ b/makefile_conf/chain/ethereum_classic.mk @@ -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" From 5a310a189ae31c98f300e53ee852756f11ffd7de Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Thu, 3 Oct 2024 09:50:56 +0200 Subject: [PATCH 2/2] Updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0217d481a..180407fbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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