misc: Updated Hardhat version.

This commit is contained in:
Peter Michael
2022-09-16 12:51:11 -04:00
parent 923f52d2c7
commit 6f337eddd8
2 changed files with 2267 additions and 1171 deletions

3434
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "npm run compile && TRACK_GAS=true hardhat test",
"quick-test": "hardhat test",
"qt": "hardhat test",
"spdx": "hardhat prepend-spdx-license",
"size": "npm run compile && SKIP_LOAD=true hardhat size-contracts",
"full-deploy-local": "hardhat full-deploy --network localhost",
@@ -51,7 +51,7 @@
"eslint-plugin-prettier": "4.0.0",
"ethereum-waffle": "3.4.0",
"ethers": "5.5.1",
"hardhat": "2.7.0",
"hardhat": "^2.11.0",
"hardhat-contract-sizer": "2.1.1",
"hardhat-gas-reporter": "1.0.6",
"hardhat-log-remover": "2.0.2",