Skip to content

Commit

Permalink
initialize polls & bounties to elasticity=1M
Browse files Browse the repository at this point in the history
  • Loading branch information
sipec committed Nov 21, 2024
1 parent 6e9aa1c commit 2678e10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common/src/new-contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ export function getNewContract(props: {
elasticity:
propsByOutcomeType.mechanism === 'cpmm-1'
? computeBinaryCpmmElasticityFromAnte(ante)
: 4.99,
: propsByOutcomeType.mechanism === 'cpmm-multi-1'
? 4.99 // TODO: calculate
: 1_000_000,

collectedFees: {
creatorFee: 0,
Expand Down

0 comments on commit 2678e10

Please sign in to comment.