Skip to content

Commit

Permalink
Merge pull request #1126 from iov-one/update-path
Browse files Browse the repository at this point in the history
update path
  • Loading branch information
Antoine Herzog authored May 8, 2020
2 parents 23b0641 + cdfd5c1 commit ee6a898
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ export function pathBuilderForCodec(codecType: CodecType): (derivation: number)
const pathBuilder = (derivation: number): readonly Slip10RawIndex[] => {
switch (codecType) {
case CodecType.Bns:
case CodecType.Iovns:
return HdPaths.iov(derivation);
case CodecType.Iovns:
return HdPaths.bip44(234, 0, 0, derivation);
case CodecType.Lisk:
return HdPaths.bip44Like(134, derivation);
case CodecType.Ethereum:
Expand Down

0 comments on commit ee6a898

Please sign in to comment.