mirror of
https://github.com/GMGNAI/gmgn-skills.git
synced 2026-08-25 14:08:06 +00:00
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:
co-authored by
Claude Opus 4.8
parent
2d7d0043e6
commit
2670188acb
@@ -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[]) : [];
|
||||
|
||||
Reference in New Issue
Block a user