Hardhat #213

Merged
bumi merged 50 commits from hardhat into master 2022-07-14 13:31:49 +00:00
Showing only changes of commit ad8daa8649 - Show all commits

View File

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