Commit bf1fc45d authored by Quentin Hamitouche's avatar Quentin Hamitouche

Config cleanup

parent 7037e10c
node_modules node_modules
artifacts artifacts
solidity-files-cache.json cache
\ No newline at end of file \ No newline at end of file
This diff is collapsed.
/** /**
* @type import('hardhat/config').HardhatUserConfig * @type import('hardhat/config').HardhatUserConfig
*/ */
require("@nomicfoundation/hardhat-ethers"); require("@nomicfoundation/hardhat-toolbox")
require("@nomicfoundation/hardhat-chai-matchers");
module.exports = { module.exports = {
solidity: { solidity: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment