@madeonsol/plugin-madeonsol 0.3.2 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,10 +20,11 @@ Gives your ElizaOS agent access to MadeOnSol's Solana intelligence API.
20
20
 
21
21
  | Action | Endpoint |
22
22
  |--------|----------|
23
- | `GET_KOL_FEED` | Real-time KOL trade feed (946 wallets) |
23
+ | `GET_KOL_FEED` | Real-time KOL trade feed (1,000+ wallets) |
24
24
  | `GET_KOL_COORDINATION` | Multi-KOL convergence signals |
25
25
  | `GET_KOL_LEADERBOARD` | KOL PnL/win-rate rankings |
26
26
  | `GET_DEPLOYER_ALERTS` | Pump.fun elite deployer alerts |
27
+ | `GET_TOKEN_INFO` | Token intelligence — price, market cap, deployer, KOL activity |
27
28
 
28
29
  ## Install
29
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@madeonsol/plugin-madeonsol",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
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",