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 authored and emmanuelm41 committed Jul 1, 2024
1 parent 22034e4 commit 4245db8
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 @@ -169,7 +169,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 4245db8

Please sign in to comment.