@indigoprotocol/openclaw-indigo 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigoprotocol/openclaw-indigo",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "OpenClaw plugin for Indigo Protocol — read-only tools and commands",
5
5
  "keywords": ["indigo", "openclaw", "plugin", "cardano", "defi"],
6
6
  "type": "module",
package/src/index.ts CHANGED
@@ -263,7 +263,10 @@ export default function register(api: any) {
263
263
  },
264
264
  });
265
265
 
266
- // 9. indigo_cdps
266
+
267
+
268
+
269
+
267
270
  api.registerTool({
268
271
  name: "indigo_cdps",
269
272
  description: "List CDPs, optionally filtered by owner address or asset",