2Branches0Tags
GL
glucryptoFix trade candle loading via gateway
4620100a month ago52Commits
json
{ "name": "my-openpond-agent", "version": "1.0.0", "description": "Daily OpenPond agent with performance + news summary.", "private": true, "type": "module", "scripts": { "dev": "opentool dev", "build": "opentool build", "validate": "opentool validate" }, "dependencies": { "opentool": "0.19.8", "viem": "^2.31.7", "zod": "^4.1.11" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "overrides": { "esbuild": "0.25.9" } }