Skip to content

Commit

Permalink
add SignerOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jan 20, 2024
1 parent be34642 commit 9fa1eb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 7 additions & 1 deletion packages/cosmos-kit/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
export { wallets } from './wallets';
export { wallets } from './wallets';

import { SignerOptions } from '@cosmos-kit/core';

export type {
SignerOptions
};
5 changes: 0 additions & 5 deletions packages/cosmos-kit/src/wallets.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { MainWalletBase } from '@cosmos-kit/core';
import { SignerOptions } from '@cosmos-kit/core';
import { wallets as coin98Extension } from '@cosmos-kit/coin98-extension';
import { wallets as compassExtension } from '@cosmos-kit/compass-extension';
import { wallets as cosmostationExtension } from '@cosmos-kit/cosmostation-extension';
Expand All @@ -20,10 +19,6 @@ import { wallets as shellExtension } from '@cosmos-kit/shell-extension';
import { wallets as vectisExtension } from '@cosmos-kit/vectis-extension';
import { wallets as xdefiExtension } from '@cosmos-kit/xdefi-extension';

export type {
SignerOptions
};

export type WalletName =
| 'keplr'
| 'cosmostation'
Expand Down

0 comments on commit 9fa1eb4

Please sign in to comment.