@uniswap/smart-wallet-sdk
Version:
⚒️ An SDK for building applications with smart wallets on Uniswap
13 lines • 393 B
JavaScript
// Smart Wallet SDK entry point
export const VERSION = '0.1.0';
// Export all types
export * from './types';
// Export constants
export * from './constants';
// Export utilities
export * from './utils';
// Export main class
export * from './smartWallet';
// Export generated contracts (will be available after running typechain)
// export * from './contracts'
//# sourceMappingURL=index.js.map