Skip to content

Commit

Permalink
Events
Browse files Browse the repository at this point in the history
  • Loading branch information
smakhtin committed Oct 28, 2024
1 parent 7bca446 commit f192f91
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions apps/api/src/routes/events/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,55 +16,55 @@ export const events: Events = {
collectionId: 'polkadot-decoded2024',
realCollection: 'dotphin-proofs',
seed: () => getRandomInt(0, 2),
going: false,
going: true,
},
edcon2024: {
collectionId: 'edcon2024',
realCollection: 'dotphin-proofs',
seed: () => getRandomInt(0, 2),
going: false,
going: true,
},
web3summit2024: {
collectionId: 'web3summit2024',
realCollection: 'dotphin-proofs',
seed: () => getRandomInt(0, 2),
going: false,
going: true,
},
'polkadot-tokyo-party-2024': {
collectionId: 'polkadot-tokyo-party-2024',
realCollection: 'dotphin-proofs',
seed: () => getRandomInt(0, 2),
going: false,
going: true,
},
'decoded-asia-2024': {
collectionId: 'decoded-asia-2024',
realCollection: 'dotphin-proofs',
seed: () => getRandomInt(0, 2),
going: false,
going: true,
},
'token2049-singapore-2024': {
collectionId: 'token2049-singapore-2024',
realCollection: 'dotphin-proofs',
seed: () => getRandomInt(0, 2),
going: false,
going: true,
},
'european-blockchain-convention-2024': {
collectionId: 'european-blockchain-convention-2024',
realCollection: 'dotphin-proofs',
seed: () => getRandomInt(0, 2),
going: false,
going: true,
},
'newsletter-october-2024': {
collectionId: 'newsletter-october-2024',
realCollection: 'dotphin-proofs',
seed: () => getRandomInt(0, 2),
going: false,
going: true,
},
'merge-madrid-2024': {
collectionId: 'merge-madrid-2024',
realCollection: 'dotphin-proofs',
seed: () => getRandomInt(0, 2),
going: false,
going: true,
},
vds2024: {
collectionId: 'vds2024',
Expand Down

0 comments on commit f192f91

Please sign in to comment.