Skip to content

Commit

Permalink
Implement SMIP-0002, remove vesting cliff (#40)
Browse files Browse the repository at this point in the history
* Remove vesting vault cliff

Set CliffRatio to zero

* Update issuance table
  • Loading branch information
lrettig authored Apr 5, 2024
1 parent d076383 commit cf05c4a
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 80 deletions.
2 changes: 1 addition & 1 deletion constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const (
// Vaults and vesting

TotalVaulted = OneSmesh * 150000000 // 150mn smesh
CliffRatio = 0.25 // pct vest at cliff
CliffRatio = 0 // pct vest at cliff
OneEpoch = 4032 // mainnet epochs are two weeks long
OneYear = 105120 // 365 days, in 5-minute intervals
VestStart = OneYear // one year, in layers
Expand Down
Loading

0 comments on commit cf05c4a

Please sign in to comment.