Spaces:
Sleeping
Sleeping
| require("@nomicfoundation/hardhat-toolbox"); | |
| /** @type import('hardhat/config').HardhatUserConfig */ | |
| module.exports = { | |
| solidity: "0.8.24", | |
| networks: { | |
| hardhat: { | |
| blockGasLimit: 1000000000, | |
| }, | |
| }, | |
| }; | |