diff --git a/apps/web/public/images/partners/callput.png b/apps/web/public/images/partners/callput.png new file mode 100644 index 00000000000..7002d64c6ed Binary files /dev/null and b/apps/web/public/images/partners/callput.png differ diff --git a/apps/web/src/data/ecosystem.json b/apps/web/src/data/ecosystem.json index 7a518930c7f..7414bcaccb4 100644 --- a/apps/web/src/data/ecosystem.json +++ b/apps/web/src/data/ecosystem.json @@ -4782,5 +4782,13 @@ "imageUrl": "/images/partners/city_protocol.png", "category": "consumer", "subcategory": "real world" + }, + { + "name": "Callput", + "description": "Onchain options trading platform for crypto and real-world assets (equity, commodity).", + "url": "https://callput.app", + "imageUrl": "/images/partners/callput.png", + "category": "defi", + "subcategory": "dex" } ] diff --git a/apps/web/src/data/ecosystem/callput/metadata.json b/apps/web/src/data/ecosystem/callput/metadata.json new file mode 100644 index 00000000000..116b252dbf0 --- /dev/null +++ b/apps/web/src/data/ecosystem/callput/metadata.json @@ -0,0 +1,8 @@ +{ + "name": "Callput", + "description": "Onchain options trading platform for crypto and real-world assets (equity, commodity).", + "url": "https://callput.app", + "imageUrl": "/images/partners/callput.png", + "category": "defi", + "subcategory": "dex" +}