Skip to content

Commit

Permalink
Merge branch 'tonkeeper/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlkv committed Jul 16, 2024
2 parents 25441c2 + d4459d5 commit dabbae5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export { WalletContractV2R2 } from './wallets/WalletContractV2R2';
export { WalletContractV3R1 } from './wallets/WalletContractV3R1';
export { WalletContractV3R2 } from './wallets/WalletContractV3R2';
export { WalletContractV4 } from './wallets/WalletContractV4';
export { WalletContractV5Beta } from './wallets/WalletContractV5Beta';
export { WalletContractV5R1 } from './wallets/WalletContractV5R1';

//
// Jettons
Expand Down
3 changes: 3 additions & 0 deletions src/wallets/WalletContractV5Beta.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export * from './v5beta/WalletContractV5Beta';
export * from './v5beta/WalletV5BetaActions';
export * from './v5beta/WalletV5BetaWalletId';
3 changes: 3 additions & 0 deletions src/wallets/WalletContractV5R1.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export * from './v5r1/WalletContractV5R1';
export * from './v5r1/WalletV5R1Actions';
export * from './v5r1/WalletV5R1WalletId';

0 comments on commit dabbae5

Please sign in to comment.