Skip to content

Commit

Permalink
Chad
Browse files Browse the repository at this point in the history
  • Loading branch information
bone-house committed Oct 27, 2023
1 parent deabf42 commit 21262d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added apps/explorer/public/logos/chads.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions apps/explorer/src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ export const CREATORS = [
url: 'https://smashy.gg',
image: '/logos/smashy.png',
},
{
address: 'CHADvZfMKNR37yaeCx9xg2HkML5nhBQUUaPiZ2DnASzB',
name: 'Chads on Solana',
url: 'https://chadroulette.chadonsolana.xyz/',
image: '/logos/chads.png',
}
]

const CREATORS_BY_ADDRESS = CREATORS.reduce((prev, meta) => ({
Expand Down

1 comment on commit 21262d0

@vercel
Copy link

@vercel vercel bot commented on 21262d0 Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.