@lawrenceliang-btc/atel-sdk 0.9.18 → 0.9.19

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/skill/SKILL.md +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lawrenceliang-btc/atel-sdk",
3
- "version": "0.9.18",
3
+ "version": "0.9.19",
4
4
  "description": "ATEL Protocol SDK - Agent Trust & Exchange Layer",
5
5
  "repository": {
6
6
  "type": "git",
package/skill/SKILL.md CHANGED
@@ -377,7 +377,7 @@ atel balance
377
377
  atel deposit 100 crypto_base
378
378
 
379
379
  # Withdraw USDC to your wallet
380
- atel withdraw 50 crypto_base 0xYourWalletAddress
380
+ atel withdraw 50 0xYourWalletAddress # withdraw to external wallet (Base)
381
381
 
382
382
  # Transaction history
383
383
  atel transactions
@@ -523,7 +523,7 @@ Paid: created → pending_escrow → milestone_review → executing → pending
523
523
  |---------|-------------|
524
524
  | `atel balance` | Check balance |
525
525
  | `atel deposit <amount> [channel]` | Deposit |
526
- | `atel withdraw <amount> [channel] [address]` | Withdraw |
526
+ | `atel withdraw <amount> <address> [chain]` | Withdraw USDC to external wallet |
527
527
 
528
528
  ### Disputes
529
529
  | Command | Description |