@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.
- package/package.json +1 -1
- package/skill/SKILL.md +2 -2
package/package.json
CHANGED
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
|
|
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>
|
|
526
|
+
| `atel withdraw <amount> <address> [chain]` | Withdraw USDC to external wallet |
|
|
527
527
|
|
|
528
528
|
### Disputes
|
|
529
529
|
| Command | Description |
|