testttttt

This commit is contained in:
Radostina Lyubomirova 2025-06-03 21:11:13 +03:00
parent c44c20a682
commit 797c69656f
2 changed files with 1 additions and 8 deletions

View file

@ -4,10 +4,3 @@ require("@nomicfoundation/hardhat-toolbox");
module.exports = { module.exports = {
solidity: "0.8.28", solidity: "0.8.28",
}; };
import "@nomicfoundation/hardhat-toolbox";
export default {
solidity: "0.8.28",
};

View file

@ -13,4 +13,4 @@
"@nomicfoundation/hardhat-toolbox": "^5.0.0", "@nomicfoundation/hardhat-toolbox": "^5.0.0",
"hardhat": "^2.24.1" "hardhat": "^2.24.1"
} }
} }