diff --git a/packages/boba/gateway/src/containers/ecosystem/project.list.js b/packages/boba/gateway/src/containers/ecosystem/project.list.js index bb0f37d87a..afb1371d04 100644 --- a/packages/boba/gateway/src/containers/ecosystem/project.list.js +++ b/packages/boba/gateway/src/containers/ecosystem/project.list.js @@ -33,7 +33,8 @@ import umaprotocolLogo from '../../images/ecosystem/umaprotocol.webp' import unidexLogo from '../../images/ecosystem/unidex.webp' import witnetLogo from '../../images/ecosystem/witnet.svg' import zenchaLogo from '../../images/ecosystem/zencha.webp' -import futuructaLogo from '../../images/ecosystem/futuructa.webp' +import webthreenamesLogo from '../../images/ecosystem/webthreenames-logo.png' + /** * thematical order of type. @@ -388,17 +389,16 @@ export const projectList = [ "type": "defi", "image": symbiosisLogo, "description": "Symbiosis aggregates decentralized exchange liquidity across any EVM and non-EVM networks. Swap any token and transfer liquidity. Yes, any." - }, - { - "title": "Futuructa", + }, + { + "title": "Boba Name Service", "canLaunch": true, - "link": "https://metaforra.com/futuructa/", - "telegram": "https://t.me/metaforra_games", - "twitter": "https://twitter.com/metaforra_com", - "discord": "https://discord.gg/PyRaQmay2Z", - "type": "gamefi", - "image": futuructaLogo, - "description": "Merge simple objects to get improved ones, solve puzzles and complete quests!" + "link": "https://boba.webthreenames.com/", + "telegram": "https://t.me/webthreenames", + "twitter": "https://twitter.com/webthreenames", + "type": "nft", + "image": webthreenamesLogo, + "description": "Mint your .boba domains as NFT assets that will bind the domain to your wallet address. You can also set records for your website, email, twitter, description and even your own avatar." }, ] diff --git a/packages/boba/gateway/src/images/ecosystem/webthreenames-logo.png b/packages/boba/gateway/src/images/ecosystem/webthreenames-logo.png new file mode 100644 index 0000000000..0e66eb55e4 Binary files /dev/null and b/packages/boba/gateway/src/images/ecosystem/webthreenames-logo.png differ