Skip to content

feat(bench-102): Moonshot + Meteora DBC discovery, fix venue defaults, drop wow/clanker - #1423

Merged
Flotapponnier merged 2 commits into
devfrom
feat/token-quote-moonshot-meteora
Jul 25, 2026
Merged

feat(bench-102): Moonshot + Meteora DBC discovery, fix venue defaults, drop wow/clanker#1423
Flotapponnier merged 2 commits into
devfrom
feat/token-quote-moonshot-meteora

Conversation

@Flotapponnier

Copy link
Copy Markdown
Collaborator

Summary

  • New discovery: gecko_solana.go adds dedicated GeckoTerminal fetchers for Moonshot (/dexes/moonshot/pools) and Meteora DBC (/dexes/meteora-dbc/pools) on Solana. Both confirmed working from VPS. Pre-assigns venue labels so these tokens skip the Dexscreener enrichment step.
  • Fix venue defaults: venueFromPair Solana default was "pump-fun" (mislabeling Raydium/Orca tokens); Base default was "virtuals". Both now return "all" so unknown-DEX tokens land in the aggregate bucket, not misattributed to a launchpad.
  • Drop wow + clanker: WOW.XYZ has no public API (returns HTML from VPS); api.clanker.world DNS fails from VPS. Neither has a GeckoTerminal dex slug. Removed from YAML venue dimensions and all text references.
  • Scheduler: 5 concurrent discovery goroutines (was 3). Discovery runs Dexscreener boosts, Virtuals, GeckoTerminal BSC, GeckoTerminal Moonshot, GeckoTerminal Meteora DBC.
  • YAML cleanup: Updated seo_description, subtitle, methodology, findings, faq to reflect 6 launchpads and remove Odos/WOW/Clanker refs.

Test plan

  • Go build passes (verified locally)
  • Merge to dev, staging deploy, verify moonshot + meteora-dbc probe counters appear in Prom
  • Rebuild materialize-worker on VPS after merge

@Flotapponnier
Flotapponnier merged commit 58b2b77 into devJul 25, 2026
1 check failed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Flotapponnier