UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

7 lines 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ZROUTER_API_URL = exports.supportedChains = void 0; const chains_1 = require("viem/chains"); exports.supportedChains = [chains_1.mainnet, chains_1.base]; exports.ZROUTER_API_URL = "https://zrouter-api-production.up.railway.app"; //# sourceMappingURL=constants.js.map