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 2232e3d commit d3549e4Copy full SHA for d3549e4
packages/network-contracts/contracts/OperatorTokenomics/testcontracts/MockRandomOracle.sol
@@ -3,10 +3,6 @@ pragma solidity ^0.8.13;
3
4
import "../IRandomOracle.sol";
5
6
-// use this file to generate selectors.txt => include "top of inheritance-chain contracts" here
7
-import "../SponsorshipFactory.sol";
8
-import "../OperatorFactory.sol";
9
-
10
contract MockRandomOracle is IRandomOracle {
11
bytes32[] public outcomes = [ bytes32(0x1234567812345678123456781234567812345678123456781234567812345678) ];
12
uint public index = 0;
0 commit comments