Skip to content

Commit 054861b

Browse files
authored
Merge pull request #15393 from wslyvh/dev
add ethgastracker
2 parents 0484c9d + 911ed73 commit 054861b

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

public/images/resources/gas.png

2.61 KB
Loading

src/components/Resources/useResources.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import IconEtherscan from "@/public/images/resources/etherscan.png"
3636
import IconEthproofs from "@/public/images/resources/ethproofs.png"
3737
import IconEthstaker from "@/public/images/resources/ethstaker.png"
3838
import IconFarcaster from "@/public/images/resources/farcaster.png"
39+
import IconGasTracker from "@/public/images/resources/gas.png"
3940
import IconGrowthepie from "@/public/images/resources/growthepie.png"
4041
import IconL2beat from "@/public/images/resources/l2beat.png"
4142
import IconNftgo from "@/public/images/resources/nftgo.png"
@@ -200,11 +201,17 @@ export const useResources = ({ txCostsMedianUsd }): DashboardSection[] => {
200201
// TODO: Add metric
201202
items: [
202203
{
203-
title: "Ethereum Gas Tracker",
204+
title: "Etherscan Gas",
204205
description: t("page-resources-gas-etherscan-description"),
205206
href: "https://etherscan.io/gastracker",
206207
imgSrc: IconEthGlyphBlueCircle,
207208
},
209+
{
210+
title: "ETH Gas Tracker",
211+
description: t("page-resources-gas-ethgastracker-description"),
212+
href: "https://www.ethgastracker.com/",
213+
imgSrc: IconGasTracker,
214+
},
208215
{
209216
title: "Blocknative Gas Estimator",
210217
description: t("page-resources-gas-blocknative-description"),

src/intl/en/page-resources.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"page-resources-eth-asset-ethernow-description": "Ethernow enables you to see what is happening at the core of Ethereum, in real-time. Go hands-on now.",
2121
"page-resources-gas-title": "Gas",
2222
"page-resources-gas-etherscan-description": "Track all the KPIs on gas.",
23+
"page-resources-gas-ethgastracker-description": "Monitor gas prices across Ethereum and L2s.",
2324
"page-resources-gas-blocknative-description": "Web3's most accurate gas fee prediction.",
2425
"page-resources-gas-gasfees-description": "Gas costs data tracker for Ethereum networks.",
2526
"page-resources-defi-title": "DeFi",

0 commit comments

Comments
 (0)