Skip to content

fix: update MegaETH explorer display name to Megaeth Explorer#41003

Merged
jeremy-consensys merged 2 commits intomainfrom
fix/megaeth-explorer-wording
Mar 19, 2026
Merged

fix: update MegaETH explorer display name to Megaeth Explorer#41003
jeremy-consensys merged 2 commits intomainfrom
fix/megaeth-explorer-wording

Conversation

@jeremy-consensys
Copy link
Contributor

@jeremy-consensys jeremy-consensys commented Mar 18, 2026

Description

Updates the MegaETH block explorer display name from "MEGA Mainnet Explorer" to "Megaeth Explorer" in the Receive flow. The button now reads "View on Megaeth Explorer" instead of "View on MEGA Mainnet
Explorer".

Changes the MEGAETH_DEFAULT_BLOCK_EXPLORER_HUMAN_READABLE_URL constant in shared/constants/common.ts.

Open in GitHub Codespaces

Changelog

CHANGELOG entry: Fixed MegaETH explorer button to display "View on Megaeth Explorer" instead of "View on MEGA Mainnet Explorer"

Related issues

Fixes:

Manual testing steps

  1. Add MegaETH network if not already added
  2. Select ETH on MegaETH network and click Receive
  3. Verify the button at the bottom reads "View on Megaeth Explorer"
  4. Check other networks' Receive flow to confirm their explorer buttons are unaffected

Screenshots/Recordings

Before

"View on MEGA Mainnet Explorer"

After

"View on Megaeth Explorer"

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

Note

Low Risk
Low risk: updates only a human-readable block explorer label for MegaETH with no functional or data-handling changes.

Overview
Updates the MegaETH block explorer display name constant in shared/constants/common.ts from "MEGA Mainnet Explorer" to "MegaETH Explorer", affecting the text shown in UI links/buttons that reference the default MegaETH explorer.

Written by Cursor Bugbot for commit a6462de. This will update automatically on new commits. Configure here.

@github-actions
Copy link
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.

@metamaskbot metamaskbot added the team-networks PRs from the Networks team label Mar 18, 2026
@metamaskbotv2
Copy link
Contributor

metamaskbotv2 bot commented Mar 18, 2026

Builds ready [51825c6]
⚡ Performance Benchmarks
👆 Interaction Benchmarks
BenchmarkMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P75 (ms)P95 (ms)
Load New Accountload_new_account370270494100486494
total370270494100486494
Confirm Txconfirm_tx6039602660561160386056
total6039602660561160386056
Bridge User Actionsbridge_load_page24620227434273274
bridge_load_asset_picker23721325515247255
bridge_search_token7587567612759761
total1237120412873312621287
🔌 Startup Benchmarks
BenchmarkMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P75 (ms)P95 (ms)
Standard HomeuiStartup14591218173610115111643
load1207101113989012581360
domContentLoaded1200100613898912511348
domInteractive3018103202586
firstPaint1497037572213265
backgroundConnect21419626113215242
firstReactRender20114952129
initialActions106124
loadScripts100281011888810521151
setupStore1362851622
numNetworkReqs393185153878
Power User HomeuiStartup59081992168182941669112897
load13271135188914113961628
domContentLoaded13091130183713413581594
domInteractive45202935235207
firstPaint22386627113287424
backgroundConnect237230513765258832828309
firstReactRender26175962838
initialActions105113
loadScripts1081929158512611201362
setupStore1677391931
numNetworkReqs1407028243150233
🧭 User Journey Benchmarks
BenchmarkMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P75 (ms)P95 (ms)
Onboarding Import WalletimportWalletToSocialScreen2202162243223224
srpButtonToSrpForm95929629696
confirmSrpToPwForm22222202222
pwFormToMetricsScreen15151601616
metricsToWalletReadyScreen16161601616
doneButtonToHomeScreen63058168241668682
openAccountMenuToAccountListLoaded2924290529652329342965
total3923389539622539433962
Onboarding New WalletcreateWalletToSocialScreen2192182201219220
srpButtonToPwForm1101091100110110
createPwToRecoveryScreen989099
skipBackupToMetricsScreen40404104141
agreeButtonToOnboardingSuccess17161701717
doneButtonToAssetList51548954021529540
total91088293323933933
Asset DetailsassetClickToPriceChart654297207697
total654297207697
Solana Asset DetailsassetClickToPriceChart1386019151176191
total1386019151176191
Import Srp HomeloginToHomeScreen24032291264913624512649
openAccountMenuAfterLogin624178137378
homeAfterImportWithNewWallet1706485273493423692734
total41713037511387948935113
Send TransactionsopenSendPageFromHome25232722727
selectTokenToSendFormLoaded31214273642
reviewTransactionToConfirmationPage1195845153429214201534
total1258897158929414531589
SwapopenSwapPageFromHome875510922105109
fetchAndDisplaySwapQuotes2696268027121427072712
total2826276029396528482939
🌐 Dapp Page Load Benchmarks

Current Commit: 51825c6 | Date: 3/18/2026

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.04s (±41ms) 🟡 | historical mean value: 1.03s ⬆️ (historical data)
  • domContentLoaded-> current mean value: 738ms (±64ms) 🟢 | historical mean value: 723ms ⬆️ (historical data)
  • firstContentfulPaint-> current mean value: 82ms (±43ms) 🟢 | historical mean value: 87ms ⬇️ (historical data)

📈 Detailed Results

Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.04s 41ms 1.02s 1.37s 1.07s 1.37s
domContentLoaded 738ms 64ms 715ms 1.32s 760ms 1.32s
firstPaint 82ms 43ms 64ms 504ms 88ms 504ms
firstContentfulPaint 82ms 43ms 64ms 504ms 88ms 504ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms
Bundle size diffs
  • background: 58 Bytes (0%)
  • ui: 5 Bytes (0%)
  • common: 160 Bytes (0%)

@metamaskbotv2
Copy link
Contributor

metamaskbotv2 bot commented Mar 18, 2026

Builds ready [e35b63b]
⚡ Performance Benchmarks
👆 Interaction Benchmarks
BenchmarkMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P75 (ms)P95 (ms)
Load New Accountload_new_account30527834627309346
total30527834627309346
Confirm Txconfirm_tx6040600360772460526077
total6040600360772460526077
Bridge User Actionsbridge_load_page27220834050298340
bridge_load_asset_picker28124529821296298
bridge_search_token7587517635763763
total12991182149110913381491
🔌 Startup Benchmarks
BenchmarkMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P75 (ms)P95 (ms)
Standard HomeuiStartup15071289200010515571680
load1245104917159912801419
domContentLoaded1238104316759712761405
domInteractive3217165232789
firstPaint188731265196217386
backgroundConnect22320332914226246
firstReactRender22135072339
initialActions109225
loadScripts103184014479610631202
setupStore1574971727
numNetworkReqs393184163777
Power User HomeuiStartup510017029213187062747977
load12631092165812913291549
domContentLoaded12471088164412113061508
domInteractive37182193430125
firstPaint207861398176253342
backgroundConnect17162964831135926134526
firstReactRender24174142530
initialActions104113
loadScripts1024894139211010651272
setupStore1564271729
numNetworkReqs1386424739154225
🧭 User Journey Benchmarks
BenchmarkMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P75 (ms)P95 (ms)
Onboarding Import WalletimportWalletToSocialScreen2192192190219219
srpButtonToSrpForm9998100099100
confirmSrpToPwForm23232302323
pwFormToMetricsScreen16161601616
metricsToWalletReadyScreen17171701717
doneButtonToHomeScreen66359880580698805
openAccountMenuToAccountListLoaded2933290429642129352964
total3946388640355539444035
Onboarding New WalletcreateWalletToSocialScreen2192172201219220
srpButtonToPwForm1111091121111112
createPwToRecoveryScreen888088
skipBackupToMetricsScreen39394114041
agreeButtonToOnboardingSuccess16161601616
doneButtonToAssetList4774674889488488
total87085988410884884
Asset DetailsassetClickToPriceChart87829249292
total87829249292
Solana Asset DetailsassetClickToPriceChart1301251333133133
total1301251333133133
Import Srp HomeloginToHomeScreen2318227923482623342348
openAccountMenuAfterLogin51376195661
homeAfterImportWithNewWallet24022198261217225272612
total48814569538732349365387
Send TransactionsopenSendPageFromHome422666175866
selectTokenToSendFormLoaded38344034040
reviewTransactionToConfirmationPage88272310081039191008
total97882111391139851139
SwapopenSwapPageFromHome942114344122143
fetchAndDisplaySwapQuotes269126822699726972699
total2784270628404928222840
🌐 Dapp Page Load Benchmarks

Current Commit: e35b63b | Date: 3/18/2026

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.06s (±42ms) 🟡 | historical mean value: 1.04s ⬆️ (historical data)
  • domContentLoaded-> current mean value: 744ms (±39ms) 🟢 | historical mean value: 731ms ⬆️ (historical data)
  • firstContentfulPaint-> current mean value: 82ms (±14ms) 🟢 | historical mean value: 84ms ⬇️ (historical data)

📈 Detailed Results

Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.06s 42ms 1.03s 1.36s 1.11s 1.36s
domContentLoaded 744ms 39ms 717ms 1.03s 780ms 1.03s
firstPaint 82ms 14ms 64ms 216ms 88ms 216ms
firstContentfulPaint 82ms 14ms 64ms 216ms 88ms 216ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms
Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 451 Bytes (0.01%)
  • ui: -59 Bytes (0%)
  • common: 1.14 KiB (0.01%)

@arafetbenmakhlouf arafetbenmakhlouf added the release-13.24.0 Issue or pull request that will be included in release 13.24.0 label Mar 19, 2026
@jeremy-consensys jeremy-consensys requested review from a team March 19, 2026 04:13
@arafetbenmakhlouf arafetbenmakhlouf self-requested a review March 19, 2026 04:14
@sonarqubecloud
Copy link

@metamaskbotv2
Copy link
Contributor

metamaskbotv2 bot commented Mar 19, 2026

Builds ready [a6462de]
⚡ Performance Benchmarks
👆 Interaction Benchmarks
BenchmarkMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P75 (ms)P95 (ms)
Load New Accountload_new_account28927031920295319
total28927031920295319
Confirm Txconfirm_tx5998597560312059956031
total5998597560312059956031
Bridge User Actionsbridge_load_page21817824624236246
bridge_load_asset_picker22618727334251273
bridge_search_token73470076929760769
total1179109812475512201247
🔌 Startup Benchmarks
BenchmarkMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P75 (ms)P95 (ms)
Standard HomeuiStartup14581230193611215021642
load1208101214229612451388
domContentLoaded1202100614169512411377
domInteractive3018105212590
firstPaint152691400143188248
backgroundConnect21119726010214234
firstReactRender19134852126
initialActions105124
loadScripts100680712239410431180
setupStore1373751620
numNetworkReqs393185164079
Power User HomeuiStartup5721210014815211964767884
load13281123174512613791620
domContentLoaded13091112173112313521612
domInteractive36192293233107
firstPaint235801223146306404
backgroundConnect198829212606217031334568
firstReactRender23165162532
initialActions107113
loadScripts1080901146511611121360
setupStore1563151723
numNetworkReqs2138833150236316
🧭 User Journey Benchmarks
BenchmarkMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P75 (ms)P95 (ms)
Onboarding Import WalletimportWalletToSocialScreen2212202231221223
srpButtonToSrpForm99999909999
confirmSrpToPwForm24232512525
pwFormToMetricsScreen16161701617
metricsToWalletReadyScreen18172012020
doneButtonToHomeScreen67360673561733735
openAccountMenuToAccountListLoaded28432500311521429603115
total39763822411411741124114
Onboarding New WalletcreateWalletToSocialScreen2202182222221222
srpButtonToPwForm1081081080108108
createPwToRecoveryScreen888088
skipBackupToMetricsScreen38373913939
agreeButtonToOnboardingSuccess15151601616
doneButtonToAssetList50147752721516527
total89386492025916920
Asset DetailsassetClickToPriceChart52475645456
total52475645456
Solana Asset DetailsassetClickToPriceChart1117717438134174
total1117717438134174
Import Srp HomeloginToHomeScreen2271219423475522872347
openAccountMenuAfterLogin73461012090101
homeAfterImportWithNewWallet2354230024225123832422
total4699455247718647384771
Send TransactionsopenSendPageFromHome27272912929
selectTokenToSendFormLoaded28233443034
reviewTransactionToConfirmationPage984642152032211641520
total1040695158332412141583
SwapopenSwapPageFromHome1185719248150192
fetchAndDisplaySwapQuotes2697268227221527032722
total2815276028894428322889
🌐 Dapp Page Load Benchmarks

Current Commit: a6462de | Date: 3/19/2026

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.03s (±49ms) 🟡 | historical mean value: 1.04s ⬇️ (historical data)
  • domContentLoaded-> current mean value: 729ms (±68ms) 🟢 | historical mean value: 728ms ⬆️ (historical data)
  • firstContentfulPaint-> current mean value: 82ms (±43ms) 🟢 | historical mean value: 86ms ⬇️ (historical data)

📈 Detailed Results

Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.03s 49ms 1.01s 1.40s 1.05s 1.40s
domContentLoaded 729ms 68ms 703ms 1.34s 735ms 1.34s
firstPaint 82ms 43ms 64ms 508ms 92ms 508ms
firstContentfulPaint 82ms 43ms 64ms 508ms 92ms 508ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms
Bundle size diffs
  • background: 58 Bytes (0%)
  • ui: 5 Bytes (0%)
  • common: 15 Bytes (0%)

@jeremy-consensys jeremy-consensys added this pull request to the merge queue Mar 19, 2026
Merged via the queue into main with commit 4e820e1 Mar 19, 2026
391 of 393 checks passed
@jeremy-consensys jeremy-consensys deleted the fix/megaeth-explorer-wording branch March 19, 2026 05:43
@github-actions github-actions bot locked and limited conversation to collaborators Mar 19, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

release-13.24.0 Issue or pull request that will be included in release 13.24.0 size-XS team-networks PRs from the Networks team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants