hotfix: add Near Intents provider to bridge benches - #594
Merged
Conversation
…ee (#593) Adds the Near Intents 1Click API provider to both bridge benchmarks. Metrics will start populating once the bridge-monitor harness is redeployed with the nearintents_bridge.go integration shipped on mobula-api side and the NEARINTENTS_API_KEY env var set on Railway. Includes Near Protocol logo (public/logos/near-intents.svg), provider registry entry with longDescription + docs link, and YAML provider entries on both bridge-quote-latency and bridge-fee with the post-#584 avg(...) wrapper on success queries. SEO cohort copy updated to include Near Intents in both benches.
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 #593 from dev. Scope is strictly the Near Intents addition to bridge-quote-latency and bridge-fee:
public/logos/near-intents.svg(logo)src/lib/logo-manifest.ts(logo registration)src/data/provider-registry.ts(Near Intents entry with longDescription and docs link)benchmarks/bridge-quote-latency.yml(provider entry + cohort copy)benchmarks/bridge-fee.yml(provider entry + cohort copy)Nothing else from dev is included. Total diff: 5 files, +43 / -5.
The label
bridge="near-intents"is already live in production Prometheus (the bridge-monitor harness deployed earlier today). Once this merges and the materialize worker is redeployed against main, the prod bench page will surface Near Intents as a 5th provider.