Commit 9d8678f1 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: 1967 helper version

Use a more relaxed version for the `EIP1967Helper` contract.
This will make it much more portable.

Part of https://github.com/ethereum-optimism/optimism/pull/7928
parent 85d93281
// SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT
pragma solidity 0.8.15; pragma solidity ^0.8.0;
import { Vm } from "forge-std/Vm.sol"; import { Vm } from "forge-std/Vm.sol";
import { Constants } from "src/libraries/Constants.sol"; import { Constants } from "src/libraries/Constants.sol";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment