Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions packages/boba/gateway/src/containers/ecosystem/project.list.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import futuructaLogo from '../../images/ecosystem/futuructa.webp'
import rabbyLogo from '../../images/ecosystem/rabbyWallet.webp'
import beamerbridge from '../../images/ecosystem/beamerbridge.png'
import sushicom from '../../images/ecosystem/sushicom.png'
import foxwalletLogo from '../../images/ecosystem/foxwalletLogo.png'

// Boba gateways and block explorers
import BobaethLogo from '../../images/bobaLinks/Bobaeth.svg'
Expand Down Expand Up @@ -441,6 +442,18 @@ export const projectList = [
"image": rabbyLogo,
"description": "The game-changing wallet for Ethereum and all EVM chains."
},
{
"title": "FoxWallet",
"canLaunch": true,
"link": "https://foxwallet.com/",
"twitter": "https://twitter.com/FoxWallet",
"telegram": "https://t.me/FoxWallet_EN",
"youtube": "https://www.youtube.com/channel/UCt9O4HUkuNutXvFoN6NZh-w",
"discord": "https://discord.com/invite/JVjVbe3Zth",
"type": "wallet",
"image": foxwalletLogo,
"description": "Multi-chain decentralized mobile wallet, dedicated to creating an entrance and connection to the Web3 world."
},
]

export const loadProjectByCategory = () => {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.