Skip to content

fix: Virtuals chain detection (tokens now deploy on Robinhood too) - #1439

Merged
Flotapponnier merged 1 commit into
devfrom
fix/virtuals-chain-detection
Jul 25, 2026
Merged

fix: Virtuals chain detection (tokens now deploy on Robinhood too)#1439
Flotapponnier merged 1 commit into
devfrom
fix/virtuals-chain-detection

Conversation

@Flotapponnier

Copy link
Copy Markdown
Collaborator

Problem

Virtuals Protocol has expanded to Robinhood chain. The FetchVirtualsTokens fetcher was hardcoding chain=base for all tokens. The Virtuals API now returns a chain field (e.g. ROBINHOOD, BASE) but we were ignoring it, so Robinhood-deployed Virtuals tokens were being probed on Base → 0.8% coverage across all EVM providers.

Fix

  • Read the chain field from the Virtuals API response
  • Added chainSlug() helper to map ROBINHOOD/BASE/BSC/SOLANA to our internal slugs, defaulting to base for unknown values
  • Virtuals tokens now probe on the correct chain

Also included

  • Updated YAML text (abstract, methodology, FAQ, Robinhood explainer) to reflect Relay + Mobula Solana support added in previous PRs

@Flotapponnier
Flotapponnier merged commit fd8b12f into dev Jul 25, 2026
1 check failed
Sign up for free to 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