diff --git a/src.ts/ethers.ts b/src.ts/ethers.ts index bf7a1f141..558f9434d 100644 --- a/src.ts/ethers.ts +++ b/src.ts/ethers.ts @@ -119,7 +119,7 @@ export { defaultPath, - getAccountPath, + getAccountPath, getIndexedAccountPath, isCrowdsaleJson, isKeystoreJson, decryptCrowdsaleJson, decryptKeystoreJsonSync, decryptKeystoreJson, diff --git a/src.ts/wallet/index.ts b/src.ts/wallet/index.ts index bff953fa3..4a5f1b7b2 100644 --- a/src.ts/wallet/index.ts +++ b/src.ts/wallet/index.ts @@ -22,7 +22,7 @@ export { BaseWallet } from "./base-wallet.js"; export { defaultPath, - getAccountPath, + getAccountPath, getIndexedAccountPath, HDNodeWallet, HDNodeVoidWallet,