merge
This commit is contained in:
parent
21db4a891d
commit
2fccba1e0f
|
@ -33,7 +33,7 @@ const getContractInfo = ({
|
||||||
description,
|
description,
|
||||||
slug,
|
slug,
|
||||||
pool,
|
pool,
|
||||||
startPool,
|
totalShares,
|
||||||
volume7Days,
|
volume7Days,
|
||||||
volume24Hours,
|
volume24Hours,
|
||||||
isResolved,
|
isResolved,
|
||||||
|
@ -47,8 +47,8 @@ const getContractInfo = ({
|
||||||
question,
|
question,
|
||||||
description,
|
description,
|
||||||
url: `https://manifold.markets/${creatorUsername}/${slug}`,
|
url: `https://manifold.markets/${creatorUsername}/${slug}`,
|
||||||
pool: pool.YES + pool.NO - startPool.YES - startPool.NO,
|
pool: pool.YES + pool.NO,
|
||||||
probability: getProbability(pool),
|
probability: getProbability(totalShares),
|
||||||
volume7Days,
|
volume7Days,
|
||||||
volume24Hours,
|
volume24Hours,
|
||||||
isResolved,
|
isResolved,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user