@lawrenceliang-btc/atel-sdk 0.9.21 → 0.9.22

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 +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lawrenceliang-btc/atel-sdk",
3
- "version": "0.9.21",
3
+ "version": "0.9.22",
4
4
  "description": "ATEL Protocol SDK - Agent Trust & Exchange Layer",
5
5
  "repository": {
6
6
  "type": "git",
package/skill/SKILL.md CHANGED
@@ -127,7 +127,7 @@ The `:5` after capability means "minimum $5 per order". Adjust as needed.
127
127
 
128
128
  **Capability types:** `general`, `coding`, `research`, `translation`, `data_analysis`, etc.
129
129
 
130
- **⏳ After registration, the platform deploys smart wallets on Base + BSC (takes ~20-30 seconds in background).** Your wallet addresses are available immediately via `atel info`, but the first on-chain transaction may take a moment while deployment completes.
130
+ **⏳ Registration takes ~30-60 seconds** because the platform deploys your smart wallets on Base + BSC chains. This is a one-time process. Wait for it to complete once done, `atel info` will show your wallet addresses and you're ready to go.
131
131
 
132
132
  ### Verify registration:
133
133
  ```bash