Skip to content

Commit

Permalink
Export BIP-44 default path in ethers.utils..
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jul 2, 2019
1 parent d55ce00 commit 04bdf45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ethers/src.ts/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { getAddress, getContractAddress, getIcapAddress, isAddress } from "@ethe
import * as base64 from "@ethersproject/base64";
import { arrayify, concat, hexDataSlice, hexDataLength, hexlify, hexStripZeros, hexValue, hexZeroPad, isHexString, joinSignature, zeroPad, splitSignature, stripZeros } from "@ethersproject/bytes";
import { hashMessage, id, namehash } from "@ethersproject/hash";
import { entropyToMnemonic, HDNode, isValidMnemonic, mnemonicToEntropy, mnemonicToSeed } from "@ethersproject/hdnode";
import { defaultPath, entropyToMnemonic, HDNode, isValidMnemonic, mnemonicToEntropy, mnemonicToSeed } from "@ethersproject/hdnode";
import { getJsonWalletAddress } from "@ethersproject/json-wallets";
import { keccak256 } from "@ethersproject/keccak256";
import { sha256 } from "@ethersproject/sha2";
Expand Down Expand Up @@ -64,6 +64,7 @@ export {
stripZeros,
zeroPad,

defaultPath,
HDNode,
SigningKey,

Expand Down

0 comments on commit 04bdf45

Please sign in to comment.