-
Notifications
You must be signed in to change notification settings - Fork 5.4k
feat: update cronos network images #36857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
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. |
❌ test-e2e-chrome-api-specs failed. View the html report here. |
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Results generated automatically by MetaMask CI |
Builds ready [e8a647f]
UI Startup Metrics (1273 ± 105 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Results generated automatically by MetaMask CI |
Builds ready [776487d]
UI Startup Metrics (1252 ± 73 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Description
This PR updates network and native token logos for Cronos network.
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Go to the MetaMask Mobile app
1/ Navigate to "chainList.org" search for CRONOS and click add new network.
2/ Confirm that the network logo is displayed correctly
3/ Confirm that the native Token logo is displayed correctly
Screenshots/Recordings
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Updates Cronos network logo SVG and adds a new native CRO token icon, wiring it into the token image map.
app/images/cronos.svg
with new 125x125 SVG.app/images/cronos-native.svg
for the native token.shared/constants/network.ts
):CRONOS_NATIVE_TOKEN_IMAGE_URL
->./images/cronos-native.svg
.CHAIN_IDS.CRONOS
toCRONOS_NATIVE_TOKEN_IMAGE_URL
inCHAIN_ID_TOKEN_IMAGE_MAP
.Written by Cursor Bugbot for commit 776487d. This will update automatically on new commits. Configure here.