From 71f025d0e687d232080f475616588656a9e4dd0e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:49:52 +0000 Subject: [PATCH 1/2] Initial plan From ed680f34735c8780cbd6cd93c7b62a06885a1f51 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:54:52 +0000 Subject: [PATCH 2/2] Add Tether (USDT) to Base ecosystem Co-authored-by: Kushmanmb <193178375+Kushmanmb@users.noreply.github.com> --- apps/web/public/images/partners/tether.svg | 4 ++++ apps/web/src/data/ecosystem.json | 20 ++++++++++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 apps/web/public/images/partners/tether.svg diff --git a/apps/web/public/images/partners/tether.svg b/apps/web/public/images/partners/tether.svg new file mode 100644 index 0000000000..6c601bfa52 --- /dev/null +++ b/apps/web/public/images/partners/tether.svg @@ -0,0 +1,4 @@ + + + + diff --git a/apps/web/src/data/ecosystem.json b/apps/web/src/data/ecosystem.json index 207b872b3c..16f362b99f 100644 --- a/apps/web/src/data/ecosystem.json +++ b/apps/web/src/data/ecosystem.json @@ -4015,6 +4015,14 @@ "category": "defi", "subcategory": "dex" }, + { + "name": "Tether", + "category": "defi", + "subcategory": "stablecoin", + "description": "USDT is a stablecoin pegged to the US dollar, providing stability and liquidity across blockchain networks.", + "url": "https://tether.to", + "imageUrl": "/images/partners/tether.svg" + }, { "name": "Thales", "url": "https://thalesmarket.io/", @@ -4768,11 +4776,11 @@ "subcategory": "bridge" }, { - "name": "Melvin", - "url": "https://melvin.wtf", - "description": "Melvin's ERC-8004 based agents scans prediction markets 24/7 and automatically hedges your positions so you profit regardless of outcome.", - "imageUrl": "/images/partners/melvin25.png", - "category": "ai", - "subcategory": "ai" + "name": "Melvin", + "url": "https://melvin.wtf", + "description": "Melvin's ERC-8004 based agents scans prediction markets 24/7 and automatically hedges your positions so you profit regardless of outcome.", + "imageUrl": "/images/partners/melvin25.png", + "category": "ai", + "subcategory": "ai" } ]