feat: update HyperEVM RPC and failover#39635
Merged
Conversation
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
09cadd6 to
8fcc5bf
Compare
8fcc5bf to
ee0533f
Compare
Contributor
Builds ready [ee0533f]
UI Startup Metrics (1340 ± 115 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
ee0533f to
372e5a1
Compare
Contributor
Builds ready [372e5a1]
UI Startup Metrics (1329 ± 137 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
372e5a1 to
52aad72
Compare
52aad72 to
46f7ee6
Compare
Contributor
Builds ready [46f7ee6]
UI Startup Metrics (1345 ± 150 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
46f7ee6 to
fb56e00
Compare
7ad1191 to
ed1cbae
Compare
ed1cbae to
0772a6c
Compare
Contributor
Builds ready [0772a6c]
UI Startup Metrics (1377 ± 115 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
7 tasks
Contributor
Builds ready [5c76f19]
UI Startup Metrics (1305 ± 104 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
mcmire
previously approved these changes
Feb 12, 2026
|
Contributor
Builds ready [878e94b]
⚡ Performance Benchmarks (1376 ± 94 ms)
🌐 Dapp Page Load BenchmarksCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
hjetpoluru
approved these changes
Feb 26, 2026
Contributor
hjetpoluru
left a comment
There was a problem hiding this comment.
e2e related files changes lgtm
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.


Note: The validators have been taken from #38428 after verifying that NetworkController hadn't evolved.
Description
Changelog
CHANGELOG entry: sets Infura RPC for HyperEVM with Quicknode failover
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/NEB-201
Manual testing steps
Scenario 1: Already added HyperEVM network (migration test).
0. First use
mainbranch (not this branch)rpc.hyperliquid.xyz/evm.Scenario 2: HyperEVM network wasn't added before
0. First use this branch.
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Medium Risk
Touches network/RPC configuration and introduces a new migration that mutates persisted
NetworkControllerstate, so mistakes could break HyperEVM connectivity for existing users; changes are scoped and covered by migration unit tests.Overview
HyperEVM is updated to use an Infura RPC URL by default and supports a QuickNode failover URL sourced from a new
QUICKNODE_HYPEREVM_URLenvironment variable (wired through build config and CI/release workflows).A new state migration
197updates existing user-added HyperEVM network configs by adding the Infura endpoint (if missing), setting it as default, and/or adding the QuickNode failover to any Infura endpoint; e2e fixtures, console baselines, and new unit tests were updated accordingly.Written by Cursor Bugbot for commit 878e94b. This will update automatically on new commits. Configure here.