chore(prod): cherry-pick perp Sprint 3 fixes (product pages + funding cohort copy) - #683
Merged
Merged
Conversation
…cohort copy - src/lib/providers.ts: seed stub profiles for 9 perp cohort venues (drift, vertex, edgex, extended, aevo, pacifica, variational, ostium, grvt) that have no bench appearance. Without this, getProvider() returned undefined and /products/<slug> rendered 404 for every venue the cohort harness tracks but no bench specifically ranks. - benchmarks/perp-funding-stability.yml: fix cohort copy to honestly describe the Mobula funding aggregator scope (HL onchain + 11 CEX), not the onchain-perp cohort the original draft promised. - src/data/provider-registry.ts: vertex URL updated to www.nado.xyz after the rebrand (vertexprotocol.com returns 404). - src/app/perps/page.tsx: description says 16 perpetual DEXes, not 15 (off-by-one).
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick of #681. Fixes the 9 perp product pages that 404'd + funding-stability copy + vertex URL.