Spaces:
Sleeping
Sleeping
File size: 220 Bytes
5fe2042 |
1 2 3 4 5 6 7 8 9 10 11 12 |
require("@nomicfoundation/hardhat-toolbox");
/** @type import('hardhat/config').HardhatUserConfig */
module.exports = {
solidity: "0.8.24",
networks: {
hardhat: {
blockGasLimit: 1000000000,
},
},
};
|