Add KONET mainnet network icon#28642
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. |
|
I have read the CLA Document and I hereby sign the CLA |
|
Hi team, all authors have signed the CLA, but the blocking CLA check still appears to be stale. |
|
Hi team, following up on this KONET mobile icon PR. This PR is ready for review, and the CLA/checks appear to be in order on my side. If any follow-up update is needed, I can address it quickly. |
|
Hi team, Following up on this KONET Mainnet icon PR for MetaMask Mobile. The PR is ready for review, CLA appears to be completed, and the scope is limited to the KONET custom network/native token icon mapping. Could someone please help triage this or point me to the appropriate reviewer/team? Happy to make any required changes quickly. Thank you. |
|
Hi @jeremytsng @maxime-oe — pinging specific reviewers for the first The change pattern is identical to your recently merged additions:
Scope is the same: append KONET_MAINNET (chainId 17217, 0x4341) to Could either of you triage this when you have a moment? Happy to |
Description
This PR adds the KONET mainnet network icon to MetaMask Mobile.
Previously, when KONET mainnet was added as a custom network, it appeared with a placeholder icon in the network list. This change adds the KONET icon asset and maps chain ID
0x4341inCustomNetworkImgMappingso the proper icon is displayed in the relevant custom network UI.Changelog
CHANGELOG entry: Added the KONET mainnet icon for custom network display in MetaMask Mobile
Related issues
Fixes: #28638
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Small, UI-only change limited to adding a new chain ID constant and image mapping; primary risk is a missing/incorrect asset path causing the icon to not render.
Overview
Adds explicit support for KONET Mainnet in custom network display by introducing
NETWORK_CHAIN_ID.KONET_MAINNET(0x4341) and wiring it intoCustomNetworkImgMappingto use the newkonet.pngasset instead of the placeholder icon.Reviewed by Cursor Bugbot for commit d1dceda. Bugbot is set up for automated code reviews on this repo. Configure here.