We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121337f commit 1eef7b1Copy full SHA for 1eef7b1
packages/subgraph-service/test/unit/mocks/MockRewardsManager.sol
@@ -71,6 +71,8 @@ contract MockRewardsManager is IRewardsManager {
71
72
function calcRewards(uint256, uint256) external pure returns (uint256) {}
73
74
+ function getRewardsIssuancePerBlock() external view returns (uint256) {}
75
+
76
// -- Setters --
77
78
function setRewardsEligibilityOracle(address newRewardsEligibilityOracle) external {}
0 commit comments