Skip to content

Commit

Permalink
increse lifetime (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbielejec authored Oct 21, 2022
1 parent ebf4f64 commit c224093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/env/fe-benjamin
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export AUTHORITY=5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
export AUTHORITY_SEED=//Alice

# how long do the games live for (in blocks)
export LIFETIME=20
export LIFETIME=604800 # 1 week

# mint this many ticket tokens
export TICKET_BALANCE=100
Expand Down

0 comments on commit c224093

Please sign in to comment.