Update compiler version

Required by an openzeppelin contract
This commit is contained in:
2022-04-25 19:06:53 +02:00
parent d1d92c6644
commit ad8daa8649

View File

@@ -60,7 +60,7 @@ task("create-wallet", "Creates a new wallet json", async () => {
* @type import('hardhat/config').HardhatUserConfig * @type import('hardhat/config').HardhatUserConfig
*/ */
module.exports = { module.exports = {
solidity: "0.8.0", solidity: "0.8.2",
// defaultNetwork: 'localhost', // defaultNetwork: 'localhost',
networks: { networks: {
hardhat: { hardhat: {