Skip to content

Commit

Permalink
Fix champagne problem of surviving for longer than 12 months.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJohnnyGault committed Apr 23, 2024
1 parent 12230cf commit 28be1c2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions public/js/gogopool.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,27 @@ const REWARDS_TOTAL_NODEOP_POOL_AMT = {
10: BigNumber.from("52490000263708152520974"),
11: BigNumber.from("52700915682077643018745"),
12: BigNumber.from("52912678601180272864145"),
13: BigNumber.from("53125292426445091409359"),
14: BigNumber.from("53338760576984849455664"),
15: BigNumber.from("53553086485650983128496"),
16: BigNumber.from("53768273599088818688801"),
17: BigNumber.from("53984325377792999168480"),
18: BigNumber.from("54201245296163133721239"),
19: BigNumber.from("54419036842559670583771"),
20: BigNumber.from("54637703519359994545771"),
21: BigNumber.from("54857248843014749830911"),
22: BigNumber.from("55077676344104389294521"),
23: BigNumber.from("55298989567395950847377"),
24: BigNumber.from("55521192071900062018602"),
24: BigNumber.from("55744287430928173574424"),
25: BigNumber.from("55968279232150023113155"),
26: BigNumber.from("56193171077651329560521"),
27: BigNumber.from("56418966583991719493095"),
28: BigNumber.from("56645669382262886221402"),
30: BigNumber.from("56873283118146982567973"),
31: BigNumber.from("57101811451975248279354"),
32: BigNumber.from("57331258058786873014903"),
33: BigNumber.from("57561626628388095858956"),
};

const REWARDS_CYCLE_DURATION = 2592000; // 30 days
Expand Down

0 comments on commit 28be1c2

Please sign in to comment.