diff --git a/data/ecosystem.ts b/data/ecosystem.ts index 3d119841..c2a51a11 100644 --- a/data/ecosystem.ts +++ b/data/ecosystem.ts @@ -3587,4 +3587,23 @@ export const allProjects: Array = [ isLive: true, isTestnetLive: false, }, + { + id: "f4ece137-2b50-483a-8db9-0a8601ef3671", + name: "BattleBoosters", + shortName: "BattleBoosters", + description: + "Play BattleBoosters, a Fantasy MMA web3 game. Collect, trade, and compete with NFTs for prizes. Immerse yourself in the strategic world of MMA card gaming.", + tags: ["gamefi", "nft"], + image: "battleboosters.png", + network: { + website: "https://battleboosters.com", + github: "https://github.com/BattleBoosters", + twitter: "https://twitter.com/battleboosters", + medium: "https://medium.com/@battleboosters", + discord: "https://github.com/BattleBoosters", + telegram: "https://t.me/BattleBoosters", + }, + isLive: false, + isTestnetLive: false, + }, ]; diff --git a/public/logos/battleboosters.png b/public/logos/battleboosters.png new file mode 100644 index 00000000..18e94839 Binary files /dev/null and b/public/logos/battleboosters.png differ