Skip to content

Commit

Permalink
AND-8774 Fix core and energy web derivations for v1 config
Browse files Browse the repository at this point in the history
  • Loading branch information
nzeeei committed Oct 16, 2024
1 parent e60c94e commit 5ae4d21
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ object DerivationConfigV1 : DerivationConfig() {
Blockchain.Taraxa,
Blockchain.Blast,
Blockchain.Cyber,
Blockchain.EnergyWebChain,
Blockchain.Core,
-> mapOf(AddressType.Default to DerivationPath("m/44'/60'/0'/0/0"))
Blockchain.XDC -> mapOf(AddressType.Default to DerivationPath("m/44'/550'/0'/0/0"))
Blockchain.EthereumClassic -> mapOf(AddressType.Default to DerivationPath("m/44'/61'/0'/0/0"))
Expand Down Expand Up @@ -169,6 +167,10 @@ object DerivationConfigV1 : DerivationConfig() {
Blockchain.EnergyWebX,
Blockchain.EnergyWebXTestnet,
-> mapOf(AddressType.Default to DerivationPath("m/44'/246'/0'/0'/0'"))
Blockchain.EnergyWebChain,
-> mapOf(AddressType.Default to DerivationPath("m/44'/246'/0'/0/0"))
Blockchain.Core,
-> mapOf(AddressType.Default to DerivationPath("m/44'/1116'/0'/0/0"))
Blockchain.Casper,
Blockchain.CasperTestnet,
-> mapOf(AddressType.Default to DerivationPath("m/44'/506'/0'/0/0"))
Expand Down

0 comments on commit 5ae4d21

Please sign in to comment.