@goplausible/openclaw-algorand-plugin 1.7.1 → 1.7.2

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.
package/README.md CHANGED
@@ -96,6 +96,9 @@ Config is stored in `~/.openclaw/openclaw.json` under `plugins.entries.openclaw-
96
96
  | `algorand-interaction` | MCP-based blockchain interaction (wallet, txns, DEX, NFD, x402) |
97
97
  | `algorand-x402-typescript` | x402 payments in TypeScript |
98
98
  | `algorand-x402-python` | x402 payments in Python |
99
+ | `haystack-router-development` | Haystack router development |
100
+ | `haystack-router-interaction` | Haystack router interaction |
101
+ | `alpha-arcade-interaction` | Alpha Arcade interaction |
99
102
 
100
103
  ## Links
101
104
 
@@ -2,7 +2,7 @@
2
2
  "id": "openclaw-algorand-plugin",
3
3
  "name": "Algorand Integration",
4
4
  "description": "Algorand blockchain integration with MCP and skills — by GoPlausible",
5
- "version": "1.7.1",
5
+ "version": "1.7.2",
6
6
  "skills": [
7
7
  "skills/algorand-development",
8
8
  "skills/algorand-typescript",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goplausible/openclaw-algorand-plugin",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },