Commit 4f928a93 authored by Quentin Hamitouche's avatar Quentin Hamitouche

Cleanup packages.json and fix config

parent 8f6f2a58
/** /**
* @type import('hardhat/config').HardhatUserConfig * @type import('hardhat/config').HardhatUserConfig
*/ */
require("@nomiclabs/hardhat-ethers"); require("@nomicfoundation/hardhat-ethers");
module.exports = { module.exports = {
solidity: { solidity: {
......
This diff is collapsed.
...@@ -20,17 +20,10 @@ ...@@ -20,17 +20,10 @@
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3", "@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.6", "hardhat": "^2.22.19"
"@openzeppelin/contracts": "^4.9.3",
"chai": "^4.3.8",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.7.2",
"hardhat": "^2.17.3",
"schema-utils": "'~'4.3.0"
}, },
"dependencies": { "dependencies": {
"@nomicfoundation/hardhat-ethers": "'~'3.0.8", "@openzeppelin/contracts": "^5.2.0"
"prompts": "'~'2.4.2"
} }
} }
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