docs(market): hot-searches default set is 5 chains incl. robinhood

Update hot-searches default-set docs from 4 chains to 5
(sol/bsc/base/eth/robinhood) and fix two stale "7-chain" leftovers.

- skills/gmgn-market/SKILL.md, docs/cli-usage.md: 5-chain default
- src/commands/market.ts: update default-config comment

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
David Lau
2026-07-09 11:49:43 +08:00
co-authored by Claude Opus 4.8
parent 2d7d0043e6
commit 2670188acb
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ export function registerMarketCommands(program: Command): void {
process.exit(1);
}
} else {
// Empty params lets the server apply its default 7-chain config. Filter fields
// Empty params lets the server apply its default 5-chain config. Filter fields
// are flattened directly onto each param (no nested `filter` object).
const optsMap = opts as Record<string, unknown>;
const chains: string[] = opts.chain?.length ? (opts.chain as string[]) : [];