-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aavechan/ghol mextension #17
Conversation
vm.stopPrank(); | ||
} | ||
|
||
function _getAssetConfigs() internal view returns (RewardsDataTypes.RewardsConfigInput[] memory) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused function which should be removed
return configs; | ||
} | ||
|
||
function _getEmissionsPerAsset() internal pure returns (EmissionPerAsset[] memory) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here, should be removed
return uint32(value); | ||
} | ||
|
||
function _testClaimRewardsForWhale(address whale, address asset, uint256 expectedReward) internal { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one should be removed
Co-authored-by: Harsh Pandey <harshsatishpandey@gmail.com>
Co-authored-by: Harsh Pandey <harshsatishpandey@gmail.com>
Co-authored-by: Harsh Pandey <harshsatishpandey@gmail.com>
No description provided.