From fcf716ac0d0030686750aaa339ccc11bcc15b3df Mon Sep 17 00:00:00 2001 From: createpjf <113523690+createpjf@users.noreply.github.com> Date: Wed, 29 Oct 2025 13:38:46 +0800 Subject: [PATCH 1/6] Add FLock.io to ecosystem data --- apps/web/src/data/ecosystem.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/web/src/data/ecosystem.json b/apps/web/src/data/ecosystem.json index 9806406b1a..b1c2732d27 100644 --- a/apps/web/src/data/ecosystem.json +++ b/apps/web/src/data/ecosystem.json @@ -4646,5 +4646,12 @@ "imageUrl": "/images/partners/levva.png", "category": "defi", "subcategory": "portfolios" + }, + {"name": "FLock.io", + "url": "https://www.flock.io/", + "description": "FLock.io is the first decentralised AI training platform, combining Federated Learning and blockchain technology to revolutionise AI model development.", + "imageUrl": "/images/partners/levva.png", + "category": "ai", + "subcategory": "ai" } ] From f87842771ce128e650f4b66c961d78e522cbad57 Mon Sep 17 00:00:00 2001 From: createpjf <113523690+createpjf@users.noreply.github.com> Date: Wed, 29 Oct 2025 13:41:02 +0800 Subject: [PATCH 2/6] Update ecosystem.json --- 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 b1c2732d27..ddd594aa5b 100644 --- a/apps/web/src/data/ecosystem.json +++ b/apps/web/src/data/ecosystem.json @@ -4650,7 +4650,7 @@ {"name": "FLock.io", "url": "https://www.flock.io/", "description": "FLock.io is the first decentralised AI training platform, combining Federated Learning and blockchain technology to revolutionise AI model development.", - "imageUrl": "/images/partners/levva.png", + "imageUrl": "/images/partners/Flock.io.png", "category": "ai", "subcategory": "ai" } From 1d85fe1770baae778577052b6df3d97e4c369a88 Mon Sep 17 00:00:00 2001 From: createpjf <113523690+createpjf@users.noreply.github.com> Date: Wed, 29 Oct 2025 13:41:46 +0800 Subject: [PATCH 3/6] Add files via upload --- apps/web/public/images/partners/FLock.io.png | Bin 0 -> 980 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 apps/web/public/images/partners/FLock.io.png diff --git a/apps/web/public/images/partners/FLock.io.png b/apps/web/public/images/partners/FLock.io.png new file mode 100644 index 0000000000000000000000000000000000000000..c27022ecf56396523173c20ad08761c906e24fc0 GIT binary patch literal 980 zcmeAS@N?(olHy`uVBq!ia0vp^2SAvE4M+yv$zcaloCO|{#S9GG!XV7ZFl&wkP>``W z$lZxy-8q?;Kn_c~qpu?a!^VE@KZ&di49uCHE{-7;jBoGW_FZf(;Sl)zg@}V@34^K+ zXNgb{=OSh+j~5Mn5=P2rTOJDORsP(2ebSxA?J2(x-hcJ+WW$R8Y%QD(CX5r*7%s6m z%wq5mX2@hx@MTy+13~t%)mKfjH{ayx6F#tH-TL*e9~hZt%-{g>p16FlV`S-gkjvB| zaPT#YfKtjg|a`Wa*3wwKc@9nqW9y@yU=#D*mWQ>ImbiOtJU$$FTr&(EmY@Zb*?2Y4(Vkt=Y zuRMz*isb{p;1-StqDn6W4oJIPP-rOcNT_47aAGMIKEU3Q5XbaGLGX+x!+eFNpBxV+ zyBLTw)--ZFQ*6)|Iw-^PfmbQQjL+D^UQ-{#Od?pUzMutzX1UVW?SePD6&jJ$tNkC#|6p&~Q zVySDj*tmJ~=EAxmbZ})b0cNbPxTBfNr2;a{C_qNPBg3Vol?6mRVK-FG3U|=2i z=WYTDGna+T6=j&FJS`Ru1R uR@E3;%xrIO*JMi#=V&k~r(&vptIjm{Q`)zNz!$(w$l&Sf=d#Wzp$Py?{!NPj literal 0 HcmV?d00001 From 7e55d385352215b6d519b047e7967e82afc2259b Mon Sep 17 00:00:00 2001 From: createpjf <113523690+createpjf@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:38:16 +0800 Subject: [PATCH 4/6] Fix JSON structure for FLock.io entry --- apps/web/src/data/ecosystem.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/web/src/data/ecosystem.json b/apps/web/src/data/ecosystem.json index 4364eb7735..7edd968ef9 100644 --- a/apps/web/src/data/ecosystem.json +++ b/apps/web/src/data/ecosystem.json @@ -4711,10 +4711,14 @@ "category": "defi", "subcategory": "portfolios" }, - {"name": "FLock.io", + { + "name": "FLock.io", "url": "https://www.flock.io/", "description": "FLock.io is the first decentralised AI training platform, combining Federated Learning and blockchain technology to revolutionise AI model development.", "imageUrl": "/images/partners/Flock.io.png", + "category": "ai", + "subcategory": "ai" + }, { "name": "BaseVol", "description": "Options layer powered by 0DTE and AI agents. Trade BaseVol or deposit Vaults to maximize your day.", From 3de1dfa3f50cd1fe9a371c3aa61948a14a9b6e32 Mon Sep 17 00:00:00 2001 From: createpjf <113523690+createpjf@users.noreply.github.com> Date: Mon, 29 Dec 2025 10:19:45 +0800 Subject: [PATCH 5/6] update flock logo Updated ecosystem.json to include new entries and modify existing ones for various projects in the Ethereum ecosystem. --- apps/web/src/data/ecosystem.json | 68 +++++++++++++++++++++----------- 1 file changed, 46 insertions(+), 22 deletions(-) diff --git a/apps/web/src/data/ecosystem.json b/apps/web/src/data/ecosystem.json index 7edd968ef9..9a50b16255 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", @@ -1391,6 +1391,14 @@ "subcategory": "dex", "imageUrl": "/images/partners/dodo.webp" }, + { + "name": "Doma", + "url": "https://base.doma.xyz", + "description": "Doma bridges Web2 domains to Web3 ecosystems, enabling tokenization, global distribution, monetization, and innovation for registrars, investors, and builders.", + "category": "consumer", + "subcategory": "real world", + "imageUrl": "/images/partners/doma.png" + }, { "name": "Dot", "description": "Dot transforms user-generated pixel art into collectible cards playable in unique challenges and onchain games. Create your own cards or open card packs from your favorite artists today.", @@ -1424,9 +1432,9 @@ "subcategory": "payments" }, { - "name": "DRPC", - "url": "https://drpc.org", - "description": "Reliable, Scalable & Cost-efficient RPC solution for EVM-based networks.", + "name": "dRPC NodeCloud", + "url": "https://drpc.org/chainlist/base-mainnet-rpc", + "description": "Access Base Mainnet and Sepolia Testnet endpoints plus 180+ networks with smart routing, analytics, key control, and front-end protection. Powered by 40 providers. Start free or go unlimited with flat rate pricing from $10.", "imageUrl": "/images/partners/drpc.webp", "category": "infra", "subcategory": "node provider" @@ -3015,7 +3023,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/", @@ -4647,7 +4655,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/", @@ -4684,8 +4692,8 @@ "url": "https://wlth.xyz//", "description": "WLTH opens the door to tokenised pre-IPO opportunities like xAI and SpaceX, while AI-powered strategies help your assets grow on autopilot. One app. No barriers.", "imageUrl": "/images/partners/wlth.webp", - "category": "Consumer", - "subcategory": "Real World" + "category": "consumer", + "subcategory": "real world" }, { "name": "DeGov.AI", @@ -4696,13 +4704,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/", @@ -4711,11 +4719,19 @@ "category": "defi", "subcategory": "portfolios" }, + { + "name": "Kasu", + "description": "Kasu is an RWA business lending platform enabling DeFi lenders access to institutional-grade yields from profitable real-world businesses across the U.S., Canada, and Australia.", + "url": "https://app.kasu.finance/", + "imageUrl": "/images/partners/kasu.png", + "category": "defi", + "subcategory": "lending/borrowing" + }, { "name": "FLock.io", "url": "https://www.flock.io/", "description": "FLock.io is the first decentralised AI training platform, combining Federated Learning and blockchain technology to revolutionise AI model development.", - "imageUrl": "/images/partners/Flock.io.png", + "imageUrl": "/images/partners/FLock.io.png", "category": "ai", "subcategory": "ai" }, @@ -4742,5 +4758,13 @@ "imageUrl": "/images/partners/neurobro-logo.png", "category": "ai", "subcategory": "ai" + }, + { + "name": "Allbridge Core", + "url": "https://core.allbridge.io/", + "description": "Allbridge Core enables native stablecoin transfers across blockchains without wrapping — powering frictionless DeFi and seamless multi-chain liquidity.", + "imageUrl": "/images/partners/allbridge-core-logo.png", + "category": "infra", + "subcategory": "bridge" } ] From 75ac99a0bd70e6f6f856a11f7d3e8c101346e0c9 Mon Sep 17 00:00:00 2001 From: createpjf <113523690+createpjf@users.noreply.github.com> Date: Mon, 29 Dec 2025 10:22:22 +0800 Subject: [PATCH 6/6] Update FLock Logo