Skip to content

Commit 34b009e

Browse files
feat: add DirectEthSecp256k1 wallet exports to index
1 parent b7bbbbd commit 34b009e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/proto-signing/src/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export {
55
DirectSecp256k1HdWalletOptions,
66
extractKdfConfiguration,
77
} from "./directsecp256k1hdwallet";
8+
export {
9+
DirectEthSecp256k1HdWallet,
10+
DirectEthSecp256k1HdWalletOptions,
11+
} from "./directethsecp256k1hdwallet";
812
export { DirectSecp256k1Wallet } from "./directsecp256k1wallet";
13+
export { DirectEthSecp256k1Wallet } from "./directethsecp256k1wallet";
914
export { makeCosmoshubPath } from "./paths";
1015
export { anyToSinglePubkey, decodeOptionalPubkey, decodePubkey, encodePubkey } from "./pubkey";
1116
export {

0 commit comments

Comments
 (0)