fix: Use ZENDESK_URLS constant for speed up/cancel link#40001
Merged
georgewrmarshall merged 1 commit intomainfrom Feb 12, 2026
Merged
fix: Use ZENDESK_URLS constant for speed up/cancel link#40001georgewrmarshall merged 1 commit intomainfrom
georgewrmarshall merged 1 commit intomainfrom
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. |
62542ad to
070c5a9
Compare
| <TextButton asChild className="inline"> | ||
| <a | ||
| href="https://support.metamask.io/manage-crypto/transactions/how-to-speed-up-or-cancel-a-pending-transaction" | ||
| href={ZENDESK_URLS.SPEEDUP_CANCEL} |
Contributor
Author
There was a problem hiding this comment.
Contributor
Builds ready [070c5a9]
UI Startup Metrics (1369 ± 94 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs
|
7 tasks
brianacnguyen
approved these changes
Feb 12, 2026
amandaye0h
approved these changes
Feb 12, 2026
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.

Description
Replace hardcoded support URL with
ZENDESK_URLS.SPEEDUP_CANCELconstant in the cancel/speed up popover component to improve maintainability. This addresses feedback from PR #39964 where it was suggested to use the centralized constant instead of the hardcoded URL.Changelog
CHANGELOG entry: null
Related issues
Fixes: Follow-up to #39964 (comment)
Manual testing steps
Screenshots/Recordings
Before
Hardcoded URL:
https://community.metamask.io/t/how-to-speed-up-or-cancel-transactions-on-metamask/3296After
Using constant:
ZENDESK_URLS.SPEEDUP_CANCELPre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Single-string UI change that only affects the destination of a help link, with no impact to transaction logic or data handling.
Overview
The cancel/speed-up transaction popover now links to the support article via the shared
ZENDESK_URLS.SPEEDUP_CANCELconstant instead of an inline hardcoded URL, improving maintainability and consistency with other UI links.Written by Cursor Bugbot for commit 070c5a9. This will update automatically on new commits. Configure here.