Skip to content

Commit

Permalink
feat(kda): fix wrong derivation path
Browse files Browse the repository at this point in the history
  • Loading branch information
rllola committed Jul 1, 2024
1 parent de9e30a commit f5ce862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/coin-framework/src/derivation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const modes: Readonly<Partial<Record<DerivationMode, unknown>>> = Object.freeze(
overridesDerivation: "44'/223'/0'/0/<account>",
},
kadena: {
overridesDerivation: "44'/223'/<account>'/0/0",
overridesDerivation: "44'/626'/<account>'/0/0",
},
stacks_wallet: {
overridesDerivation: "44'/5757'/0'/0/<account>",
Expand Down

0 comments on commit f5ce862

Please sign in to comment.