Skip to content

Commit 0e8c551

Browse files
authored
fix: Update Q Mainnet symbol #26888 (#27134)
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** Original PR: #26888 Note: [we need to fix ci](#27135) for allowing to run jobs in branches outside the MM repo, so this is just a temporary approach. ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** <!-- [screenshots/recordings] --> ## **Pre-merge author checklist** - [ ] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md). - [ ] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **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.
1 parent b3ceb4d commit 0e8c551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/constants/network.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ const CHAINLIST_CURRENCY_SYMBOLS_MAP = {
361361
SONGBIRD_CANARY_NETWORK: 'SGB',
362362
STEP_NETWORK: 'FITFI',
363363
VELAS_EVM_MAINNET: 'VLX',
364-
Q_MAINNET: 'Q',
364+
Q_MAINNET: 'QGOV',
365365
TELOS_EVM_MAINNET: 'TLOS',
366366
TENET: 'TENET',
367367
DOGECHAIN_MAINNET: 'DOGE',

0 commit comments

Comments
 (0)