@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.
- package/README.md +2 -1
- 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 (
|
|
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