chore(gas-estimation): drop Blocknative after API sunset - #693
Merged
Conversation
…loitte acquisition)
Uh oh!
There was an error while loading. Please reload this page.
Flotapponnier added a commit
that referenced
this pull request
Jun 24, 2026
…ative chore(gas-estimation): drop Blocknative provider (cherry-pick from dev #693)
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 freeto 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.
Context
Blocknative was acquired by Deloitte and their gas oracle API is in sunset. Every endpoint (api.blocknative.com/gasprices/blockprices, the legacy docs, the gas.network successor) now returns 404 / "fault filter abort". The harness has been counting
http_erron every poll for weeks.What this PR does
benchmarks/gas-estimation.yml, drops it from the abstract, methodology, cadences, findings, FAQ and oracle queries. Oracle count goes from 4 to 3.alternatives/blocknative.ymland the SVG logo. The product no longer exists, no reason to host a comparison page for it.alternatives/etherscan.ymlandanswers/which-gas-oracle-is-the-most-accurate.yml. The "How does Blocknative compare" FAQ is reworded around Etherscan vs PublicNode vs Owlracle.pollBlocknative, the bn* structs, theOracleBlocknativeconstant, the?chainid=<N>URL builder, theGAS_TOKEN_BLOCKNATIVEenv var and theAuthHeaderfield onOracleEndpoint(only Blocknative used it).src/data/provider-registry.ts,src/components/provider-logo.tsx,src/lib/logo-manifest.ts,src/lib/format.ts,src/app/about/page.tsx.The remaining 3 providers (Owlracle, Etherscan v2, PublicNode feeHistory) are still working at 95 to 99 percent successRate, so no replacement needed.
Validation
git grep -i blocknativereturns zero matches.pnpm typecheckpasses.go build ./...inharnesses/gas-estimationpasses.