Skip to content
Open
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
31 changes: 5 additions & 26 deletions blockheights/src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,32 +46,11 @@ export const MULTI_AUTHOR_CONFIG = {
// Whitelisted authors with their collection IDs
authors: [
{
publicKey: 'BC1YLgi66tdjAaVfYpmM447cxsve3TpvfXD9h8X6JMak7gbKABoEVaT', // @mossified
collectionId: '1es0j1b14yc8ds',
location: 'New York, NY',
website: 'https://mossified.com',
isVerified: true,
},
{
publicKey: 'BC1YLiM9HzpCDfEsgUVd42t6yEEvtAv2k1L4aD9JYxdWDhnHz3YfkFL', // @2times
collectionId: '17jvwt0hcrhy4',
location: '',
website: '',
isVerified: true,
},
{
publicKey: 'BC1YLiFAjqMPWcB3XEMvBJW7rGGA8X7jP1KnZFRCWCk4goJjTSKSFBA', // @alexvalaitis
collectionId: 'collection_id',
location: 'Miami, FL',
website: '',
isVerified: true,
},
{
publicKey: 'BC1YLhyuDGeWVgHmh3UQEoKstda525T1LnonYWURBdpgWbFBfRuntP5', // @nader
collectionId: 'collection_id',
location: 'Decentralized Social',
website: 'https://deso.com',
isVerified: true,
publicKey: 'BC1YLhbXcfW8sJHgqZHcL8H86FJT1Bfx2G4y5xPV2nTvhUMKCznRQmc', // @tkskkd
collectionId: 'fmo5fl1fnwfcq',
location: 'Ehime,Japan',
website: 'https://note.com/kkd',
isVerified: false,
},
] as AuthorConfig[],

Expand Down