Added Gas Reporter

This commit is contained in:
2024-08-03 07:39:57 +08:00
parent 5ef54affcd
commit 269bbd3d79
5 changed files with 152 additions and 43 deletions
+6 -3
View File
@@ -17,6 +17,7 @@
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.0.0",
"@types/mocha": ">=9.1.0",
"chai": "^4.2.0",
"dotenv": "^16.4.5",
"ethers": "^5.7.2",
@@ -24,7 +25,9 @@
"hardhat-gas-reporter": "^1.0.8",
"prettier": "^3.3.3",
"prettier-plugin-solidity": "^1.3.1",
"solidity-coverage": "^0.8.0",
"typechain": "^8.3.0"
"solidity-coverage": "^0.8.12",
"ts-node": ">=8.0.0",
"typechain": "^8.3.0",
"typescript": ">=4.5.0"
}
}
}