@madeonsol/plugin-madeonsol 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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -99,11 +99,11 @@ Your agent can then respond to queries like:
99
99
 
100
100
  | Tier | Price | Wallets tracked | Requests/day |
101
101
  |------|-------|-----------------|--------------|
102
- | BASIC | Free | 10 | 200 |
103
- | PRO | $49/mo | 50 | 10,000 |
104
- | ULTRA | $149/mo | 100 + WS events | 100,000 |
102
+ | Free | $0 | 10 | 200 |
103
+ | Pro | $49/mo | 50 | 10,000 |
104
+ | Ultra | $149/mo | 100 + WS events | 100,000 |
105
105
 
106
- Get a key at [madeonsol.com/developer](https://madeonsol.com/developer).
106
+ Free tier returns the full REST response shape on every endpoint — real wallets, TX signatures, full precision. Paid tiers unlock webhooks, WebSockets, rule engines, and ULTRA-only data depth. Get a key at [madeonsol.com/developer](https://madeonsol.com/developer).
107
107
 
108
108
  ## Also Available
109
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@madeonsol/plugin-madeonsol",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "ElizaOS plugin for MadeOnSol — Solana KOL intelligence and deployer analytics via x402 micropayments",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",