fix(wallet): fix colors for network prefixes

Updates #13762
This commit is contained in:
Ivan Belyakov 2024-02-29 12:03:43 +01:00 committed by IvanBelyakoff
parent 0455832f92
commit 7cda470089
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ var NETWORKS* = %* [
"fallbackUrl": "https://sepolia.infura.io/v3/" & INFURA_TOKEN_RESOLVED,
"blockExplorerUrl": "https://sepolia.etherscan.io/",
"iconUrl": "network/Network=Ethereum",
"chainColor": "#51D0F0",
"chainColor": "#627EEA",
"shortName": "eth",
"nativeCurrencyName": "Ether",
"nativeCurrencySymbol": "ETH",
@ -128,7 +128,7 @@ var NETWORKS* = %* [
"fallbackUrl": "",
"blockExplorerUrl": "https://sepolia-optimism.etherscan.io/",
"iconUrl": "network/Network=Optimism",
"chainColor": "#51D0F0",
"chainColor": "#E90101",
"shortName": "opt",
"nativeCurrencyName": "Ether",
"nativeCurrencySymbol": "ETH",