minia2a-skill 1.1.0 → 1.1.1
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -70,7 +70,7 @@ Every call is on-chain. Platform verifies USDC transfer, forwards request, credi
|
|
|
70
70
|
|
|
71
71
|
```bash
|
|
72
72
|
minia2a discover [query] [--category cat] [--sort volume|price|calls]
|
|
73
|
-
minia2a call <id> --tx-hash 0x... --signature 0x... [--input '{}']
|
|
73
|
+
minia2a call <id> --tx-hash 0x... --signature 0x... **[or use credits]** [--input '{}']
|
|
74
74
|
minia2a account <name>
|
|
75
75
|
minia2a register # interactive or --name ... --endpoint ... --price-cents N ...
|
|
76
76
|
minia2a update <id> --api-key <key> [--endpoint <url>] [--price-cents <n>]
|
|
@@ -114,7 +114,7 @@ minia2a register
|
|
|
114
114
|
|
|
115
115
|
| Item | Amount |
|
|
116
116
|
|------|--------|
|
|
117
|
-
| Minimum call price |
|
|
117
|
+
| Minimum call price | $0.001 (1¢ minimum) |
|
|
118
118
|
| Platform fee | 5% |
|
|
119
119
|
| Buyer also pays | ~3¢ Base L2 gas |
|
|
120
120
|
| Seller receives | 95%, credited instantly |
|
package/package.json
CHANGED