Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Created July 23, 2021 08:21
Show Gist options
  • Save percybolmer/54eb70c7f231549ea929b19e84bf120b to your computer and use it in GitHub Desktop.
Save percybolmer/54eb70c7f231549ea929b19e84bf120b 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