Skip to content

Commit

Permalink
deps: use official hardhat again
Browse files Browse the repository at this point in the history
  • Loading branch information
sambarnes committed Jul 25, 2023
1 parent 3abbb1b commit d48173f
Show file tree
Hide file tree
Showing 2 changed files with 807 additions and 283 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"ethers": "^5.5.3",
"ethers-eip712": "^0.2.0",
"hardhat": "https://github.com/0age/hardhat/releases/download/viaIR-2.9.3/hardhat-v2.9.3.tgz"
"hardhat": "^2.17.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
Expand Down Expand Up @@ -78,4 +78,4 @@
"*.js": "prettier --write",
"*.ts": "prettier --write"
}
}
}
Loading

0 comments on commit d48173f

Please sign in to comment.