feat: simplify Claw402 autopilot trading flow

This commit is contained in:
tinkle-community
2026-06-27 00:37:59 +08:00
parent 961e016d33
commit 24f6421a73
151 changed files with 7453 additions and 41117 deletions

View File

@@ -265,7 +265,7 @@ func TestEnsureHyperliquidNativeStrategy(t *testing.T) {
})
t.Run("native sources are kept as-is", func(t *testing.T) {
nativeSources := []string{"hyper_rank", "static", "hyper_all", "hyper_main", " Hyper_Rank "}
nativeSources := []string{"hyper_rank", "vergex_signal", "static", "hyper_all", "hyper_main", " Hyper_Rank "}
for _, src := range nativeSources {
cfg := &store.StrategyConfig{
CoinSource: store.CoinSourceConfig{SourceType: src},