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 56e044a commit 2e8d285Copy full SHA for 2e8d285
packages/contracts/contracts/rewards/RewardsManager.sol
@@ -3,14 +3,10 @@
3
pragma solidity ^0.7.6;
4
pragma abicoder v2;
5
6
-import "@openzeppelin/contracts/math/SafeMath.sol";
7
-
8
import "../upgrades/GraphUpgradeable.sol";
9
import "../staking/libs/MathUtils.sol";
10
11
import "./RewardsManagerStorage.sol";
12
-import "./IRewardsManager.sol";
13
-import { IRewardsIssuer } from "./IRewardsIssuer.sol";
14
15
/**
16
* @title Rewards Manager Contract
0 commit comments