What is this about?
Request MetaMask Mobile to display the official network icon for KriptoAman Mainnet (Chain ID 22028 / 0x560c) instead of a generic/default icon when the network is added and shown in MetaMask Mobile.
KriptoAman Mainnet metadata and icon are already merged into the public ethereum-lists/chains registry.
Scenario
- GIVEN a user adds or selects KriptoAman Mainnet in MetaMask Mobile
- WHEN MetaMask Mobile displays the network in the network selector or other network UI
- THEN MetaMask Mobile should display the registered KriptoAman network icon associated with Chain ID 22028
Design
Use the already registered network icon from ethereum-lists/chains:
- Icon slug:
kriptoaman
- IPFS:
ipfs://bafkreicorcwbkyjyw3rdbvuxfpw7bvrf74nsp4vaakclaoh6a67enzd36a
- Format: PNG
- Dimensions: 512 × 512
Technical Details
The registry entry contains "icon": "kriptoaman", "chainId": 22028, and "networkId": 22028.
The public RPC is live and returns eth_chainId = 0x560c. The explorer is publicly reachable and the network is actively producing blocks.
Threat Modeling Framework
- What are we working on? Displaying the correct official icon for an already registered EVM network.
- What can go wrong? A generic or incorrect icon could confuse users about which network is selected.
- What are we going to do about it? Use the canonical icon mapping already registered for Chain ID 22028.
- Did we do a good job? Success means the correct KriptoAman icon is consistently displayed wherever MetaMask Mobile renders the network identity.
Acceptance Criteria
Stakeholder review needed before the work gets merged
References
What is this about?
Request MetaMask Mobile to display the official network icon for KriptoAman Mainnet (Chain ID 22028 / 0x560c) instead of a generic/default icon when the network is added and shown in MetaMask Mobile.
KriptoAman Mainnet metadata and icon are already merged into the public
ethereum-lists/chainsregistry.Scenario
Design
Use the already registered network icon from
ethereum-lists/chains:kriptoamanipfs://bafkreicorcwbkyjyw3rdbvuxfpw7bvrf74nsp4vaakclaoh6a67enzd36aTechnical Details
22028(0x560c)22028The registry entry contains
"icon": "kriptoaman","chainId": 22028, and"networkId": 22028.The public RPC is live and returns
eth_chainId = 0x560c. The explorer is publicly reachable and the network is actively producing blocks.Threat Modeling Framework
Acceptance Criteria
kriptoamanicon is displayed in the network selector and relevant network UI.ethereum-lists/chains.Stakeholder review needed before the work gets merged
References