From 2668446e3bfd34fc593fe21bfe22e516adaa6253 Mon Sep 17 00:00:00 2001 From: VSaric <92527393+VSaric@users.noreply.github.com> Date: Mon, 9 May 2022 21:02:44 +0200 Subject: [PATCH] Fix Ropsten Test Network icon (#14626) --- shared/constants/network.js | 1 - 1 file changed, 1 deletion(-) diff --git a/shared/constants/network.js b/shared/constants/network.js index 178532c47..8036f36d4 100644 --- a/shared/constants/network.js +++ b/shared/constants/network.js @@ -166,7 +166,6 @@ export const CHAIN_ID_TO_NETWORK_IMAGE_URL_MAP = { [AVALANCHE_CHAIN_ID]: AVAX_TOKEN_IMAGE_URL, [BSC_CHAIN_ID]: BNB_TOKEN_IMAGE_URL, [POLYGON_CHAIN_ID]: MATIC_TOKEN_IMAGE_URL, - [ROPSTEN_CHAIN_ID]: TEST_ETH_TOKEN_IMAGE_URL, }; export const CHAIN_ID_TO_NETWORK_ID_MAP = Object.values(