Solidity version bump & viaIR compilation

This commit is contained in:
PedroCailleret
2023-05-14 22:31:12 -03:00
parent 8ebef3aaf1
commit d8147bd58e
30 changed files with 44 additions and 42 deletions

View File

@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.9;
pragma solidity 0.8.19;
import { ERC20 } from "../tokens/ERC20.sol";