Skip to content

Commit

Permalink
refactor: create wallet namespace
Browse files Browse the repository at this point in the history
* refactor: create wallet namespace

* fix: change name to connect.ts

---------

Co-authored-by: Toni Tabak <tabaktoni@gmail.com>
  • Loading branch information
PhilippeR26 and tabaktoni authored Apr 3, 2024
1 parent abf87d1 commit 173d7e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export * from './utils/calldata/enum';
export * from './utils/contract';
export * from './utils/events';
export * from './utils/transactionReceipt';
export * as wallet from './wallet/connect';

/**
* Deprecated
Expand Down
1 change: 0 additions & 1 deletion src/wallet/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from './account';
export * from './connect';

0 comments on commit 173d7e7

Please sign in to comment.