From d34315ce983a0404aaf4beec857ec2bb736c1fa9 Mon Sep 17 00:00:00 2001 From: gumponchain Date: Thu, 18 Jun 2026 11:52:04 +0800 Subject: [PATCH] fix(bsc): update --platform hint text with new BSC launchpad names Co-Authored-By: Claude Sonnet 4.6 --- src/commands/market.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/market.ts b/src/commands/market.ts index 6ad3439..f7af209 100644 --- a/src/commands/market.ts +++ b/src/commands/market.ts @@ -57,7 +57,7 @@ export function registerMarketCommands(program: Command): void { .option("--order-by ", "Sort field: default / volume / swaps / marketcap / holder_count / price / change1h / ... (see docs for full list)") .option("--direction ", "Sort direction: asc / desc") .option("--filter ", "Filter tags, repeatable. sol: renounced / frozen / has_social / not_wash_trading / ... evm: not_honeypot / verified / renounced / locked / ... (see docs for full list)") - .option("--platform ", "Platform filter, repeatable. sol: Pump.fun / letsbonk / moonshot_app / ... bsc: fourmeme / flap / clanker / ... base: clanker / flaunch / zora / ... (see docs for full list)") + .option("--platform ", "Platform filter, repeatable. sol: Pump.fun / letsbonk / moonshot_app / ... bsc: fourmeme / four_xmode_agent / cubepeg / likwid / goplus_creator / goplus_skills / openfour / flap / flap_stocks / flap_aioracle / clanker / ... base: clanker / flaunch / zora / ... (see docs for full list)") .option("--raw", "Output raw JSON") .action(async (opts) => { validateChain(opts.chain);