feat(chains): support robinhood on kol, smartmoney, signal and cooking

- Remove the robinhood-rejection guards in kol, smartmoney, signal and
  cooking create-token so the CLI matches the backend, which now accepts
  robinhood on these endpoints
- Update --chain / --dex / --raised-token help text and error messages
- cooking: robinhood launchpad uses trench / pons DEXes, native raised
  token only
- Sync SKILL.md files, cli-usage.md and both Readmes with the new chain
  support

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
David Lau
2026-07-22 19:19:41 +08:00
parent 97df79b9f6
commit e68e889c3c
9 changed files with 29 additions and 42 deletions
+2 -2
View File
@@ -756,8 +756,8 @@ gmgn-cli cooking \
| token / market / portfolio / track | `sol` / `bsc` / `base` / `eth` / `robinhood` | — |
| swap / order | `sol` / `bsc` / `base` / `eth` / `robinhood` | sol: SOL、USDC · bsc: BNB、USDC · base: ETH、USDC · eth: ETH |
| gas-price | `sol` / `bsc` / `base` / `eth` / `robinhood` | — |
| track kol / track smartmoney · market signal | `sol` / `bsc` / `base` / `eth`kol/smartmoney)· `sol` / `bsc`signal)— **不支持 `robinhood`** | — |
| cooking create | `sol` / `bsc` / `base` — **不支持 `robinhood`** | — |
| track kol / track smartmoney · market signal | `sol` / `bsc` / `base` / `eth` / `robinhood`kol/smartmoney)· `sol` / `bsc` / `robinhood`signal | — |
| cooking create | `sol` / `bsc` / `base` / `robinhood` | — |
---