Skip to content

Commit

Permalink
refactor deposit, launchpad, reward
Browse files Browse the repository at this point in the history
  • Loading branch information
notJoon committed Jan 3, 2025
1 parent 230ad16 commit fc06a4c
Show file tree
Hide file tree
Showing 14 changed files with 1,503 additions and 2,875 deletions.
2 changes: 2 additions & 0 deletions launchpad/consts.gno
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ const (

TIMESTAMP_30DAYS = uint64(30 * 24 * 60 * 60) // 2592000
TIMESTAMP_3DAYS = uint64(3 * 24 * 60 * 60) // 259200

TIMESTAMP_DAY = uint64(24 * 60 * 60) // 86400
)
Loading

0 comments on commit fc06a4c

Please sign in to comment.