Commit 349f829d authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: fix the solc version for Types

This standardizes the solidity pragma to be `^0.8.0` for
`Types`. All of the other libraries are set to this version,
and it makes the code more portable for projects that want
to import it. It will have no impact on the deployed bytecode.
parent 624db0cf
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
pragma solidity ^0.8.0;
/**
* @title Types
......
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