Commit 7f9938e8 authored by Quentin Hamitouche's avatar Quentin Hamitouche

Update solidity version

parent 6dd4b4db
// SPDX-License-Identifier: MIT
pragma solidity 0.8.20;
pragma solidity 0.8.29;
import "@openzeppelin/contracts/access/Ownable.sol";
/**
......
......@@ -5,7 +5,7 @@ require("@nomicfoundation/hardhat-toolbox")
module.exports = {
solidity: {
version: "0.8.20",
version: "0.8.29",
settings: {
optimizer: {
enabled: true,
......@@ -21,7 +21,7 @@ module.exports = {
},
networks: {
hardhat: {
chainId: 1337
chainId: 31337
},
localhost: {
url: "http://127.0.0.1:8545"
......
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