From f3a3773b4a1494a52caa0aab2c1e46f27b08ccc2 Mon Sep 17 00:00:00 2001 From: Nevermore-Ray Date: Thu, 11 Dec 2025 17:43:21 +0800 Subject: [PATCH 1/3] support moss list --- apps/web/public/images/partners/moss.png | Bin 0 -> 2490 bytes apps/web/src/data/ecosystem.json | 10 +++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 apps/web/public/images/partners/moss.png diff --git a/apps/web/public/images/partners/moss.png b/apps/web/public/images/partners/moss.png new file mode 100644 index 0000000000000000000000000000000000000000..b63e4b6d6af5e993dc835cb8e4157addf7034b7e GIT binary patch literal 2490 zcmdUx`9IYA7so#{_7QOzqrtUCB(5z@qOpuY2H6{f?igD`ipDmUp)A=o@*PX+OC%y& zQ|g=L+Ph;A*-GY0<`P4ZCCuFE@%=0A59hod&vVZE{Wy*(% ziy!6H zxFOw`F85NeFT{t?(u?-`ueWjVGhc~ztrM(JLrG5woGmiXanGZAI^mef9ld-&>@7s}r!TvmS2)!+@*zyOxyd-mS1scfcx%*xJU(5i9XlI*^_Y+GZACbw=}3vu z^UgLHlD2p7(mwYBl)QB)??D0U_Mn$ujdsjIwU6t0FxVr5AjpQ4@=WK#s{2bF7E$q= zk!!Z106%tr^WzK??7ltk#)?v0Gct8tb^%(8OxS1LVE%(CR7H!v{$Qv~P)!m>Gg9{i z<*8tugO%0MH;_agA#!k$zNafzZegtz`C}(Y9)U;*DR{q?DCV5Sa~be zZW*25$YOhE4N!R!ZGdWPGAf59W}Zh=8xY1)3T8U-f33{19@QE2U%UdPKv{pRuCZo1 z)d&%o939PGDTGiHxR(*4N+#k7Jf44jmnOmvge&U{6O}&K+>(sCjfpG(KMdJ|NT1U? zH9{})6k-XAk}kW8++V1!#pnAyFV_LIkZ+D?F6^E4z|1t_Thp};)JM34hvSKAdr4c06#wEEg89Y1G}qEaesya2 zM#vBsdfXi(3c@SPzw2Jo!1`EY#XJBj3T+KcYF=)dm@X_KQ*mFxAq*}Q1IB(i6B%(= z&kx9*>8u=jT(@-H1*o>W7COv@lA=k*UIwb{?aWFcnnkrK(Q`uV*J1tyrZn5}Lf$Xp z_3c|}5;s%Pd3tCf%ezz1;Igseeu_c4()mB&pns7eoN1Z#x!~zl36yBJYK5g>-$(!yqR72q@?UHDa`>E9Vx${#)+!%~xf;kWC z57MA2C$rI1fp1*r`{Y26LZQMg5;pqBhl&9vqU}MDMAL*+F?!=Dle>pgi(Q;%rgYCA zmNJcTU2yleQK5d+uJwD{Ptr3NQkOIlCg6~H{l)@Ui`sJi`SB@7 z>H|M`REY;N7Z8!vFDf2~D<4>x=czUwS?b=#}xSl)VJw?5*Q}d(otjbcP!1kdkRA9zQEBw z)bf{}q7B_LI+TdaeVOt8Ejst(+GR(ul>!cuNxF=&EUh3~tZR zLZei(nXa`iJirSS#EU1WQVt9P#ZOHV(;($EwfE(I>UV|{Q~K2dM+(N%Y2)pRdWjk~4Yv)#Go@)3F-;Cy^=3V3eiMD(#{E(=1A9V{OJY)nv3NbWbyolCe9kII0~N9i-FbwEr~DYY6f^xBE5E4?y13g0nZ zgItf#Mbbw^Hb`})k+Ujl`|)cor$(x&%|KE-(N!Owh*RpLi;!EOUFeA1bW~M7d97)A zxZ;U&;UZSZSQqY#3fhiQCxURP=<&)i6d@?tv?bZDB0QtI236I-?}012b_>8bd6+mWlsd8rZ+ht>Fd*644~yTtHEY&0qhfl$lsM1%*bs*JcF?S(pQq6|;^JEuyruUM7bkP+ z*Z{}8j4>^;%rSC@qr{MQZdoN@X}o}t%BTwfmiQORfk^HU=b5q4Njd&k3$RBy*)&>R GPW=aRW<~q} literal 0 HcmV?d00001 diff --git a/apps/web/src/data/ecosystem.json b/apps/web/src/data/ecosystem.json index 02242b4ca1..968c8ccb22 100644 --- a/apps/web/src/data/ecosystem.json +++ b/apps/web/src/data/ecosystem.json @@ -4615,7 +4615,7 @@ "category": "consumer", "subcategory": "payments" }, - { + { "name": "KOLZ", "description": "A cutting-edge Web3 influencer platform designed to bridge the gap between leading influencers in the cryptocurrency and blockchain space (known as KOLs - Key Opinion Leaders) and their followers.", "url": "https://kolz.chat/", @@ -4694,5 +4694,13 @@ "imageUrl": "/images/partners/rift.png", "category": "consumer", "subcategory": "social" + }, + { + "name": "Moss", + "description": "Moss is an all-in-one AI agent that decodes noise, catches alpha early, and lets you trade smarter.", + "url": "https://moss.site/agent", + "imageUrl": "/imgaes/partners/moss.png", + "category": "ai", + "subcategory": "ai" } ] From 590c29413bd30a8c0a5f538cc561b08e1656333e Mon Sep 17 00:00:00 2001 From: Nevermore-Ray Date: Thu, 11 Dec 2025 17:44:40 +0800 Subject: [PATCH 2/3] support moss list --- apps/web/src/data/ecosystem.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/data/ecosystem.json b/apps/web/src/data/ecosystem.json index 968c8ccb22..7c768c6076 100644 --- a/apps/web/src/data/ecosystem.json +++ b/apps/web/src/data/ecosystem.json @@ -4699,7 +4699,7 @@ "name": "Moss", "description": "Moss is an all-in-one AI agent that decodes noise, catches alpha early, and lets you trade smarter.", "url": "https://moss.site/agent", - "imageUrl": "/imgaes/partners/moss.png", + "imageUrl": "/images/partners/moss.png", "category": "ai", "subcategory": "ai" } From 27cb716a216d69440e7fdfaecf8ef441e294af6c Mon Sep 17 00:00:00 2001 From: Nevermore-Ray Date: Fri, 12 Dec 2025 10:59:14 +0800 Subject: [PATCH 3/3] support moss --- apps/web/src/data/ecosystem.json | 42 +++++++++++++++++--------------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/apps/web/src/data/ecosystem.json b/apps/web/src/data/ecosystem.json index 3f96feeb5f..63d9cc40a6 100644 --- a/apps/web/src/data/ecosystem.json +++ b/apps/web/src/data/ecosystem.json @@ -1,19 +1,19 @@ [ { - "name": "growthepie", - "description": "The open analytics platform for the Ethereum ecosystem. We empower Base Chain builders with open and actionable metrics on usage, growth, and adoption.", - "url": "https://www.growthepie.com/chains/base", - "imageUrl": "/images/partners/growthepie.webp", - "category": "infra", - "subcategory": "data" + "name": "growthepie", + "description": "The open analytics platform for the Ethereum ecosystem. We empower Base Chain builders with open and actionable metrics on usage, growth, and adoption.", + "url": "https://www.growthepie.com/chains/base", + "imageUrl": "/images/partners/growthepie.webp", + "category": "infra", + "subcategory": "data" }, { - "name": "Coinrule", - "description": "Launch fully self-custodial onchain automated trading strategies at lightning speed and with one-click UX. Team is backed by Y Combinator", - "url": "https://coinrule.com", - "imageUrl": "/images/partners/coinrule.png", - "category": "defi", - "subcategory": "dex aggregator" + "name": "Coinrule", + "description": "Launch fully self-custodial onchain automated trading strategies at lightning speed and with one-click UX. Team is backed by Y Combinator", + "url": "https://coinrule.com", + "imageUrl": "/images/partners/coinrule.png", + "category": "defi", + "subcategory": "dex aggregator" }, { "name": "0x", @@ -3015,7 +3015,7 @@ "category": "infra", "subcategory": "bridge" }, - { + { "name": "Ormi Labs", "description": "A next-generation Subgraph indexer built for real-time and historical blockchain data at scale.", "url": "https://ormilabs.com/", @@ -4696,13 +4696,13 @@ "subcategory": "dao" }, { - "name": "Super OETH", + "name": "Super OETH", "url": "https://www.originprotocol.com/super", "description": "Super OETH is the first Ethereum LST native to the Base network. Hold superOETHb in your wallet and watch as the balance magically grows daily. Designed by Origin Protocol.", "imageUrl": "/images/partners/SuperOETH.png", "category": "defi", "subcategory": "yield vault" - }, + }, { "name": "Levva", "url": "https://levva.fi/", @@ -4728,15 +4728,19 @@ "subcategory": "social" }, { - "name": "Moss", - "description": "Moss is an all-in-one AI agent that decodes noise, catches alpha early, and lets you trade smarter.", - "url": "https://moss.site/agent", - "imageUrl": "/images/partners/moss.png", "name": "Neurobro", "url": "https://neurobro.ai", "description": "Neurobro builds the AI intelligence layer for onchain markets. Its flagship app Neurodex unifies multi agent research with real time smart money analytics. Get Alpha. Track Whales. Trade Smarter.", "imageUrl": "/images/partners/neurobro-logo.png", "category": "ai", "subcategory": "ai" + }, + { + "name": "Moss", + "description": "Moss is an all-in-one AI agent that decodes noise, catches alpha early, and lets you trade smarter.", + "url": "https://moss.site/agent", + "imageUrl": "/images/partners/moss.png", + "category": "ai", + "subcategory": "ai" } ]