Support compiling with solc 0.7 (#2408)

This commit is contained in:
Francisco Giordano
2020-11-17 21:29:39 -03:00
committed by GitHub
parent 21344b91ed
commit 90ed1af972
128 changed files with 179 additions and 172 deletions

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
pragma solidity >=0.6.0 <0.8.0;
import "./IERC1820Implementer.sol";