@agentek/tools
Version:
Blockchain tools for AI agents
9 lines • 374 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.wethTools = wethTools;
const client_js_1 = require("../client.js");
const intents_js_1 = require("./intents.js");
function wethTools() {
return (0, client_js_1.createToolCollection)([intents_js_1.intentDepositWETH, intents_js_1.intentWithdrawWETH]);
}
//# sourceMappingURL=index.js.map