diff --git a/hardhat/hardhat.config.js b/hardhat/hardhat.config.js index 9047b47284..711ea7f6c7 100644 --- a/hardhat/hardhat.config.js +++ b/hardhat/hardhat.config.js @@ -1,11 +1,11 @@ -require("@nomiclabs/hardhat-waffle"); +require("@nomicfoundation/hardhat-toolbox"); +/** @type import('hardhat/config').HardhatUserConfig */ module.exports = { - solidity: "0.8.4", + solidity: "0.8.24", networks: { devnet: { url: "http://localhost:8545", - chainId: 1337, }, }, };