@uniswap/smart-wallet-sdk
Version:
⚒️ An SDK for building applications with smart wallets on Uniswap
17 lines • 629 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
const tslib_1 = require("tslib");
// Smart Wallet SDK entry point
exports.VERSION = '0.1.0';
// Export all types
tslib_1.__exportStar(require("./types"), exports);
// Export constants
tslib_1.__exportStar(require("./constants"), exports);
// Export utilities
tslib_1.__exportStar(require("./utils"), exports);
// Export main class
tslib_1.__exportStar(require("./smartWallet"), exports);
// Export generated contracts (will be available after running typechain)
// export * from './contracts'
//# sourceMappingURL=index.js.map