diff --git a/apps/web/public/images/partners/ethgastracker.png b/apps/web/public/images/partners/ethgastracker.png new file mode 100644 index 0000000000..b4fca936c8 Binary files /dev/null and b/apps/web/public/images/partners/ethgastracker.png differ diff --git a/apps/web/src/data/ecosystem.json b/apps/web/src/data/ecosystem.json index 5442013147..38c70fbc84 100644 --- a/apps/web/src/data/ecosystem.json +++ b/apps/web/src/data/ecosystem.json @@ -3606,5 +3606,13 @@ "imageUrl": "/images/partners/tribally.png", "category": "consumer", "subcategory": "gaming" + }, + { + "name": "ETH Gas Tracker", + "description": "Monitor and track Ethereum and L2 gas prices to reduce transaction fees, save money and take control of your blockchain experience.", + "url": "https://www.ethgastracker.com/network/base", + "imageUrl": "/images/partners/ethgastracker.png", + "category": "infra", + "subcategory": "data" } ]