@@ -31,6 +31,7 @@ import IconEthGlyphBlack from "@/public/images/resources/eth-glyph-black.png"
31
31
import IconEthGlyphBlueCircle from "@/public/images/resources/eth-glyph-blue-circle.png"
32
32
import IconEthGlyphEOrg from "@/public/images/resources/eth-glyph-e-org.png"
33
33
import IconEthGlyphRainbowFrame from "@/public/images/resources/eth-glyph-rainbow.frame.png"
34
+ import IconEtherealize from "@/public/images/resources/etherealize.png"
34
35
import IconEtherscan from "@/public/images/resources/etherscan.png"
35
36
import IconEthproofs from "@/public/images/resources/ethproofs.png"
36
37
import IconEthstaker from "@/public/images/resources/ethstaker.png"
@@ -44,6 +45,7 @@ import IconRelayscan from "@/public/images/resources/relayscan.png"
44
45
import IconRwa from "@/public/images/resources/rwa.png"
45
46
import IconStablecoinsWtf from "@/public/images/resources/stablecoins-wtf.png"
46
47
import IconSupermajority from "@/public/images/resources/supermajority.png"
48
+ import IconTxCity from "@/public/images/resources/txcity.png"
47
49
import IconUltrasoundMoney from "@/public/images/resources/ultrasound-money.png"
48
50
import IconVisaOnchainAnalytics from "@/public/images/resources/visa-onchain-analytcs.png"
49
51
@@ -136,7 +138,7 @@ export const useResources = ({ txCostsMedianUsd }): DashboardSection[] => {
136
138
description : t (
137
139
"page-resources-block-explorers-blockscout-description"
138
140
) ,
139
- href : "https://ethereum .blockscout.com" ,
141
+ href : "https://eth .blockscout.com" ,
140
142
imgSrc : IconBlockscout ,
141
143
} ,
142
144
{
@@ -159,7 +161,7 @@ export const useResources = ({ txCostsMedianUsd }): DashboardSection[] => {
159
161
title : "Txcity.io" ,
160
162
description : t ( "page-resources-block-explorers-txcity-description" ) ,
161
163
href : "https://txcity.io/" ,
162
- imgSrc : IconEthGlyphBlueCircle ,
164
+ imgSrc : IconTxCity ,
163
165
} ,
164
166
] ,
165
167
} ,
@@ -171,7 +173,7 @@ export const useResources = ({ txCostsMedianUsd }): DashboardSection[] => {
171
173
title : "Etherealize Dashboard" ,
172
174
description : t ( "page-resources-eth-asset-etherealize-description" ) ,
173
175
href : "https://dashboard.etherealize.io/" ,
174
- imgSrc : IconEthGlyphBlueCircle ,
176
+ imgSrc : IconEtherealize ,
175
177
} ,
176
178
{
177
179
title : "Ultra Sound Money" ,
0 commit comments