Files
openzeppelin-contracts/contracts/mocks/BlockhashMock.sol
2025-04-29 16:05:27 -06:00

10 lines
198 B
Solidity

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