gpaldemo/hardhat.config.js
lightings e1f1c383b9 ...
2023-01-16 16:53:15 +08:00

12 lines
227 B
JavaScript

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