Skip to content

Conversation

khanti42
Copy link
Contributor

@khanti42 khanti42 commented Oct 16, 2025

Description

This PR adds network and native token logos for Injective network.

Open in GitHub Codespaces

Changelog

CHANGELOG entry:

Related issues

Fixes:

Manual testing steps

Go to the MetaMask Mobile app
1/ Navigate to "chainList.org" search for Injective 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

Screenshot 2025-10-16 at 15 43 05 Screenshot 2025-10-16 at 15 43 24

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

Adds Injective network (0x6f0) with display name, INJ ticker, and network/native token icons; wires into constants and ID→name/symbol/image maps.

  • Networks/Constants:
    • Add CHAIN_IDS.INJECTIVE: '0x6f0' and INJECTIVE_DISPLAY_NAME.
    • Add CURRENCY_SYMBOLS.INJECTIVE: 'INJ'.
  • Assets:
    • Add app/images/injective.svg and app/images/injective-native.svg.
    • Add INJECTIVE_IMAGE_URL and INJECTIVE_NATIVE_TOKEN_IMAGE_URL.
  • Mappings:
    • Map CHAIN_IDS.INJECTIVE to INJECTIVE_DISPLAY_NAME in NETWORK_TO_NAME_MAP.
    • Add CHAIN_IDS.INJECTIVE to currency symbol maps and to network/native token image maps.

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

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.

@khanti42 khanti42 marked this pull request as ready for review October 16, 2025 13:48
@khanti42 khanti42 added the skip-e2e skip E2E test jobs label Oct 16, 2025
@metamaskbot
Copy link
Collaborator

📊 Page Load Benchmark Results

Current Commit: 8c5b607 | Date: 10/16/2025

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.05s (±72ms) 🟡 | historical mean value: 1.05s ⬇️ (historical data)
  • domContentLoaded-> current mean value: 738ms (±84ms) 🟢 | historical mean value: 737ms ⬆️ (historical data)
  • firstContentfulPaint-> current mean value: 80ms (±41ms) 🟢 | historical mean value: 77ms ⬆️ (historical data)
📈 Detailed Results
Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.05s 72ms 1.01s 1.33s 1.27s 1.33s
domContentLoaded 738ms 84ms 697ms 1.28s 933ms 1.28s
firstPaint 80ms 41ms 56ms 488ms 88ms 488ms
firstContentfulPaint 80ms 41ms 56ms 488ms 88ms 488ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms

Results generated automatically by MetaMask CI

@metamaskbot
Copy link
Collaborator

Builds ready [8c5b607]
UI Startup Metrics (1188 ± 65 ms)
PlatformBuildTypePageMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P 75 (ms)P 95 (ms)
ChromeBrowserifyHomeuiStartup1188107113706512351304
load101190211435810411117
domContentLoaded100387111385810351105
domInteractive19145691749
firstPaint73590113938110331105
backgroundConnect22220333514228234
firstReactRender3016166183245
getState16585111937
initialActions71629823
loadScripts78866292357818889
setupStore1073741018
WebpackHomeuiStartup8767461095698981026
load66260892667670855
domContentLoaded65359591766659848
domInteractive16124971537
firstPaint20960893199199635
backgroundConnect23114062735
firstReactRender28176483236
getState1042741215
initialActions3015247
loadScripts65159390764657837
setupStore1052231214
FirefoxBrowserifyHomeuiStartup14221238194913114651678
load1203105913998612711357
domContentLoaded1202105813998612701357
domInteractive1043434356105239
firstPaintNaNNaNNaNNaNNaNNaN
backgroundConnect3422147173772
firstReactRender29253933036
getState84687816
initialActions52536415
loadScripts1180104213648212531313
setupStore136222241130
WebpackHomeuiStartup15611344209214615871928
load13351167169010713751556
domContentLoaded13341167169010713741556
domInteractive1023036969102315
firstPaintNaNNaNNaNNaNNaNNaN
backgroundConnect3520123154058
firstReactRender332677103461
getState11413417935
initialActions8115923348
loadScripts13111152166410513471533
setupStore145109161152
Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 58 Bytes (0%)
  • ui: 0 Bytes (0%)
  • common: 364 Bytes (0%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants