Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove Chainspot from coming soon #453

Merged
merged 2 commits into from
Mar 5, 2024
Merged
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
Binary file removed public/chainspot.png
Binary file not shown.
11 changes: 0 additions & 11 deletions src/constants/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,6 @@ export const COMING_SOON_PROJECTS: Array<INotifyApp> = [
isFeatured: false,
icon: '/gempad.png'
},
{
id: 'chainspot',
name: 'Chainspot',
description:
'Bridge&swap across 27 chains at the best rates and research data about 100+ Web3 products.',
url: 'https://app.chainspot.io/',
isComingSoon: true,
isVerified: false,
isFeatured: false,
icon: '/chainspot.png'
},
{
id: 'maverick',
name: 'Maverick Protocol',
Expand Down
Loading