Skip to content

Commit

Permalink
chore: bump hardhat & solcov
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMasayoshi committed Feb 13, 2023
1 parent ef65b77 commit b075c9f
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 589 deletions.
2 changes: 1 addition & 1 deletion hardhat-coverage.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config: HardhatUserConfig = {
solidity: {
compilers: [
{
version: "0.8.14",
version: "0.8.17",
settings: {
viaIR: false,
optimizer: {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"ethereum-waffle": "^3.4.4",
"ethers": "^5.7.0",
"ethers-eip712": "^0.2.0",
"hardhat": "^2.10.2",
"hardhat": "^2.12.1-ir.0",
"hardhat-abi-exporter": "^2.10.0",
"hardhat-deploy": "^0.11.10",
"hardhat-gas-reporter": "^1.0.7",
Expand All @@ -47,7 +47,7 @@
"scuffed-abi": "^1.0.4",
"seaport": "git+https://github.com/ProjectOpenSea/seaport.git#3222948aa91c3b89b3935b4043ec8b9d9b0ccb6a",
"solhint": "^3.3.6",
"solidity-coverage": "^0.7.21",
"solidity-coverage": "^0.8.2",
"ts-node": "^10.4.0",
"typechain": "^8.0.0",
"typescript": "^4.5.4"
Expand Down
Loading

0 comments on commit b075c9f

Please sign in to comment.