Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save percybolmer/31e86b00b05c3c14dcefb4f630850a47 to your computer and use it in GitHub Desktop.
Save percybolmer/31e86b00b05c3c14dcefb4f630850a47 to your computer and use it in GitHub Desktop.
/**
* @notice
rewardPerHour is 1000 because it is used to represent 0.001, since we only use integer numbers
This will give users 0.1% reward for each staked token / H
*/
uint256 internal rewardPerHour = 1000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment