gpaldemo/hardhat.config.js
lightings fa46565292 ...
2023-02-28 11:37:08 +08:00

15 lines
270 B
JavaScript

require("@nomicfoundation/hardhat-toolbox");
/** @type import('hardhat/config').HardhatUserConfig */
module.exports = {
solidity: "0.8.17",
<<<<<<< HEAD
networks: {
localhost: {
url: "http://192.168.100.83:8545"
}
}
=======
>>>>>>> aca797e (...)
};