Add CART contest to /tournaments
This commit is contained in:
parent
ae4d49d960
commit
c1c3a360fd
|
@ -30,8 +30,9 @@ async function postMarket(submission: CEPSubmission) {
|
|||
initialProb: 10,
|
||||
// Super secret options:
|
||||
// groupId: 'y2hcaGybXT1UfobK3XTx', // [DEV] CEP Tournament
|
||||
groupId: 'h3MhjYbSSG6HbxY8ZTwE', // [DEV] CART
|
||||
// groupId: 'cMcpBQ2p452jEcJD2SFw', // [PROD] Predict CEP
|
||||
groupId: 'h3MhjYbSSG6HbxY8ZTwE', // [DEV] CART
|
||||
// groupId: 'K86LmEmidMKdyCHdHNv4', // [PROD] CART
|
||||
visibility: 'unlisted',
|
||||
// TODO: Increase liquidity?
|
||||
}),
|
||||
|
@ -41,7 +42,7 @@ async function postMarket(submission: CEPSubmission) {
|
|||
}
|
||||
|
||||
async function postAll() {
|
||||
for (const submission of data.slice(3, 6)) {
|
||||
for (const submission of data.slice(0, 3)) {
|
||||
await postMarket(submission)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -107,7 +107,14 @@ const tourneys: Tourney[] = [
|
|||
groupId: 'SxGRqXRpV3RAQKudbcNb',
|
||||
},
|
||||
|
||||
// Tournaments without awards get featured belows
|
||||
// Tournaments without awards get featured below
|
||||
{
|
||||
title: 'Criticism and Red Teaming Contest',
|
||||
blurb:
|
||||
'Which criticisms of Effective Altruism have been the most valuable?',
|
||||
endTime: toDate('Sep 30, 2022'),
|
||||
groupId: 'K86LmEmidMKdyCHdHNv4',
|
||||
},
|
||||
{
|
||||
title: 'SF 2022 Ballot',
|
||||
blurb: 'Which ballot initiatives will pass this year in SF and CA?',
|
||||
|
|
Loading…
Reference in New Issue
Block a user