This commit is contained in:
Radostina Lyubomirova 2025-06-03 22:58:22 +03:00
parent 9aa69936dc
commit 4a3c717da5

View file

@ -1,10 +1,6 @@
require("@nomicfoundation/hardhat-toolbox");
/** @type import('hardhat/config').HardhatUserConfig */
module.exports = {
solidity: "0.8.28",
networks: {
localhost: {
url: "http://127.0.0.1:8545"
}
}
};