fix(trenches): add arc/stable default launchpad platforms

Arc and stable chains were missing from TRENCHES_PLATFORMS, causing
trenches queries to return empty results when --launchpad-platform
was not explicitly specified.

Arc: dyorfun_v3, dyorswap, trench, onmifun, sharcfun, klik
Stable: dyorfun_v3, dyorswap, trench

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
gina888666
2026-07-30 21:15:35 +08:00
co-authored by Claude Sonnet 4.6
parent 1b6efd8d9c
commit 4814139cec
+6
View File
@@ -846,6 +846,12 @@ const TRENCHES_PLATFORMS: Record<string, string[]> = {
"noxa", "virtuals_v2", "bankr", "dyorswap",
"pool_uniswap_v2", "pool_uniswap_v3", "pool_uniswap_v4",
],
arc: [
"dyorfun_v3", "dyorswap", "trench", "onmifun", "sharcfun", "klik",
],
stable: [
"dyorfun_v3", "dyorswap", "trench",
],
};
const TRENCHES_QUOTE_ADDRESS_TYPES: Record<string, number[]> = {