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

Update solidity version

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