@goplausible/openclaw-algorand-plugin 1.4.0 → 1.5.0

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.
@@ -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.4.0",
5
+ "version": "1.5.0",
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.4.0",
3
+ "version": "1.5.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -26,12 +26,11 @@
26
26
  Secure wallet management. Private keys are never available to you — use these tools to sign.
27
27
 
28
28
  ### wallet_add_account
29
- - **Purpose**: Create a new Algorand account (or import from mnemonic) with nickname and spending limits
29
+ - **Purpose**: Create a new Algorand account with nickname and spending limits
30
30
  - **Parameters**:
31
31
  ```json
32
32
  {
33
33
  "nickname": "my-account",
34
- "mnemonic": "optional 25-word mnemonic to import",
35
34
  "allowance": 5000000,
36
35
  "dailyAllowance": 10000000
37
36
  }