solana-agent-kit-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 +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -56,6 +56,7 @@ const trades = await agent.methods.kolFeed(agent, { limit: 10, action: "buy" });
|
|
|
56
56
|
| `MADEONSOL_KOL_COORDINATION_ACTION` | "kol convergence", "tokens kols accumulating" |
|
|
57
57
|
| `MADEONSOL_KOL_LEADERBOARD_ACTION` | "top kols", "kol rankings", "best kol" |
|
|
58
58
|
| `MADEONSOL_DEPLOYER_ALERTS_ACTION` | "deployer alerts", "pump fun launches" |
|
|
59
|
+
| `MADEONSOL_TOKEN_INFO_ACTION` | "token info", "token price", "what is this token" |
|
|
59
60
|
|
|
60
61
|
## Also Available
|
|
61
62
|
|
package/package.json
CHANGED