Skip to content

Commit

Permalink
IOS-8265 Fix DerivationConfigV1 for EWC
Browse files Browse the repository at this point in the history
  • Loading branch information
amuraveinik committed Oct 15, 2024
1 parent b304c1d commit 8af4f3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BlockchainSdk/Common/Derivations/DerivationConfigV1.swift
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ public struct DerivationConfigV1: DerivationConfig {
return "m/44'/784'/0'/0'/0'"
case .filecoin:
return "m/44'/461'/0'/0/0"
case .energyWebEVM, .energyWebX:
case .energyWebEVM:
return "m/44'/246'/0'/0/0"
case .energyWebX:
return "m/44'/246'/0'/0'/0'"
case .core:
return "m/44'/1116'/0'/0/0"
Expand Down

0 comments on commit 8af4f3f

Please sign in to comment.