Skip to content

Commit

Permalink
Update investor rewards percentage
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJohnnyGault committed Dec 20, 2023
1 parent 769bb30 commit f73b970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/gogopool.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ class GoGoPool {
"0xFE5200De605AdCB6306F4CDed77f9A8D9FD47127": true,
"0x624c4F9E55d2D1158fD5dee555C3bc8110b1E936": true,
};
const INVESTOR_REWARDS_SHARE = 0.1;
const INVESTOR_REWARDS_SHARE = 0.2;
const REWARDS_POOL_AMT = REWARDS_TOTAL_NODEOP_POOL_AMT[this.rewardsCycleCount()];

// Make 2 groups, investors and users. (do math in regular numbers)
Expand Down

0 comments on commit f73b970

Please sign in to comment.