You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* begin refactoring to a ltotery card state
* update lott state card
* update and include play button
* begin updating the damn monoliuth website intop components. fuck my life
* update
---------
Co-authored-by: James <11054922+entrancedjames@users.noreply.github.com>
Cost per Ticket: {lotteryConfig.ticket_unit_cost.amount}{lotteryConfig.ticket_unit_cost.denom}
30
+
<p>
31
+
{
32
+
"OPEN"inlotteryState ? (
33
+
<>Lottery is open state.</>
34
+
) : "CHOOSING"inlotteryState ? (
35
+
<>The lottery is waiting to be executed on the chain.</>
36
+
) : "CLOSED"inlotteryState ? (
37
+
<>Lottery has completed. Winner is: {lotteryState.CLOSED.winner} and {lotteryState.CLOSED.claimed ? (<>has been claimed</>) : (<>has not been claimed</>)}</>
0 commit comments