BlockhashMock.sol 198 B

123456789
  1. // SPDX-License-Identifier: MIT
  2. pragma solidity ^0.8.20;
  3. import {Blockhash} from "../utils/Blockhash.sol";
  4. /// @dev This mock is required for upgradeable tests to pass
  5. contract BlockhashMock {
  6. }