UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

9 lines 350 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isCoinchanCoin = exports.ZAMM_API = void 0; exports.ZAMM_API = "https://coinchan-indexer-production.up.railway.app"; const isCoinchanCoin = (coinId) => { return coinId < 1000000n; }; exports.isCoinchanCoin = isCoinchanCoin; //# sourceMappingURL=constants.js.map