Skip to content
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

Closed
wants to merge 20 commits into from

Conversation

marczeller
Copy link

No description provided.

vm.stopPrank();
}

function _getAssetConfigs() internal view returns (RewardsDataTypes.RewardsConfigInput[] memory) {
Copy link
Contributor

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) {
Copy link
Contributor

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 {
Copy link
Contributor

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

marczeller and others added 3 commits August 27, 2024 14:39
Co-authored-by: Harsh Pandey <harshsatishpandey@gmail.com>
Co-authored-by: Harsh Pandey <harshsatishpandey@gmail.com>
Co-authored-by: Harsh Pandey <harshsatishpandey@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants