solana-agent-kit-plugin-madeonsol 1.19.1 → 1.19.3
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 +1 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -319,11 +319,10 @@ console.log(lastRateLimit); // { limit: "10000", remaining: "9999", reset: "..."
|
|
|
319
319
|
| BASIC (free) | $0 | 10 | 200 |
|
|
320
320
|
| PRO | €43/mo (€430/yr) ≈ $49 | 50 | 10,000 |
|
|
321
321
|
| ULTRA | €131/mo (€1310/yr) ≈ $149 | 100 + WS events | 100,000 |
|
|
322
|
+
| BUSINESS | €400/mo (€4000/yr) ≈ $449 | 500 + WS events | 500,000 |
|
|
322
323
|
|
|
323
324
|
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/pricing](https://madeonsol.com/pricing).
|
|
324
325
|
|
|
325
|
-
New customers get a 3-day free trial of Pro or Ultra when you pay by card — full access, nothing charged during the trial, cancel anytime. Start at https://madeonsol.com/pricing
|
|
326
|
-
|
|
327
326
|
## Also Available
|
|
328
327
|
|
|
329
328
|
| Platform | Package |
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "1.19.
|
|
1
|
+
export declare const VERSION = "1.19.3";
|
package/dist/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// AUTO-GENERATED by ../gen-version.mjs (npm prebuild) from package.json. Do not edit.
|
|
2
|
-
export const VERSION = "1.19.
|
|
2
|
+
export const VERSION = "1.19.3";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solana-agent-kit-plugin-madeonsol",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.3",
|
|
4
4
|
"description": "Solana Agent Kit plugin for MadeOnSol — KOL intelligence and deployer analytics via x402 micropayments",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"type": "git",
|
|
42
42
|
"url": "https://github.com/madeonsol/solana-agent-kit-plugin-madeonsol"
|
|
43
43
|
},
|
|
44
|
+
"homepage": "https://madeonsol.com/solana-api",
|
|
44
45
|
"peerDependencies": {
|
|
45
46
|
"solana-agent-kit": ">=2.0.0",
|
|
46
47
|
"@x402/fetch": ">=0.1.0",
|