fix(trenches): restore min/max_x_follower — confirmed working by user test

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
gumponchain
2026-03-31 16:02:06 +08:00
committed by GMGN.AI
co-authored by Claude Sonnet 4.6
parent 5547e9fd30
commit 3951d9963e
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -193,7 +193,9 @@ const TRENCHES_FILTER_FIELDS: TrenchesFilterField[] = [
{ api: "max_creator_created_open_count", type: "int", desc: "Max creator graduated token count" },
{ api: "min_creator_created_open_ratio", type: "float", desc: "Min creator graduation ratio (01)" },
{ api: "max_creator_created_open_ratio", type: "float", desc: "Max creator graduation ratio (01)" },
// Social (x_follower is not supported by the API — silently ignored)
// Social
{ api: "min_x_follower", type: "int", desc: "Min Twitter / X follower count" },
{ api: "max_x_follower", type: "int", desc: "Max Twitter / X follower count" },
{ api: "min_twitter_rename_count", type: "int", desc: "Min Twitter rename count (high = suspicious)" },
{ api: "max_twitter_rename_count", type: "int", desc: "Max Twitter rename count" },
{ api: "min_tg_call_count", type: "int", desc: "Min Telegram call count" },