Skip to content

Commit d3549e4

Browse files
committed
rm obsolete imports
1 parent 2232e3d commit d3549e4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/network-contracts/contracts/OperatorTokenomics/testcontracts/MockRandomOracle.sol

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ pragma solidity ^0.8.13;
33

44
import "../IRandomOracle.sol";
55

6-
// use this file to generate selectors.txt => include "top of inheritance-chain contracts" here
7-
import "../SponsorshipFactory.sol";
8-
import "../OperatorFactory.sol";
9-
106
contract MockRandomOracle is IRandomOracle {
117
bytes32[] public outcomes = [ bytes32(0x1234567812345678123456781234567812345678123456781234567812345678) ];
128
uint public index = 0;

0 commit comments

Comments
 (0)