mirror of
https://github.com/GMGNAI/gmgn-skills.git
synced 2026-08-20 19:48:07 +00:00
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:
co-authored by
Claude Sonnet 4.6
parent
1b6efd8d9c
commit
4814139cec
@@ -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[]> = {
|
||||
|
||||
Reference in New Issue
Block a user