Skip to content

Commit 63b8c27

Browse files
committed
fix: import in contracts package
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
1 parent f86ffbb commit 63b8c27

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

packages/contracts/contracts/rewards/RewardsManagerStorage.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pragma solidity ^0.7.6 || 0.8.27;
44

55
import "./IRewardsManager.sol";
66
import "../governance/Managed.sol";
7-
import { IRewardsIssuer } from "./IRewardsIssuer.sol";
7+
import { IRewardsIssuer } from "@graphprotocol/interfaces/contracts/contracts/rewards/IRewardsIssuer.sol";
88

99
contract RewardsManagerV1Storage is Managed {
1010
// -- State --

packages/contracts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"@ethersproject/bytes": "^5.8.0",
5656
"@ethersproject/providers": "^5.8.0",
5757
"@graphprotocol/common-ts": "^1.8.3",
58+
"@graphprotocol/interfaces": "workspace:^",
5859
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
5960
"@nomiclabs/hardhat-ethers": "^2.2.3",
6061
"@nomiclabs/hardhat-etherscan": "^3.1.0",

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)