Skip to content

Commit 9e0dcd8

Browse files
committed
Update to latest deps + compiler config bug fix
1 parent 6c37ec6 commit 9e0dcd8

3 files changed

Lines changed: 342 additions & 113 deletions

File tree

hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const config: HardhatUserConfig = {
5252
solidity: {
5353
compilers: Object.values(versions),
5454
overrides: {
55-
...hardhat.generateOverrides(`./contracts/${versionDir}/**/*.sol`, {}, compiler),
55+
...hardhat.generateOverrides(`contracts/${versionDir}/**/*.sol`, {}, compiler),
5656
},
5757
},
5858
ovm: {

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"dependencies": {},
3333
"devDependencies": {
3434
"@chainlink/optimism-utils": "https://github.com/smartcontractkit/optimism-utils.git",
35-
"@eth-optimism/hardhat-ovm": "^0.1.1",
35+
"@eth-optimism/hardhat-ovm": "^0.2.2",
3636
"@ethersproject/bignumber": "^5.1.1",
3737
"@ethersproject/units": "^5.1.0",
3838
"@nomiclabs/hardhat-ethers": "^2.0.2",
3939
"@nomiclabs/hardhat-waffle": "^2.0.1",
40-
"@typechain/ethers-v5": "^6.0.5",
41-
"@typechain/hardhat": "^1.0.1",
40+
"@typechain/ethers-v5": "^7.0.1",
41+
"@typechain/hardhat": "^2.1.2",
4242
"@types/chai": "^4.2.16",
4343
"@types/glob": "^7.1.3",
4444
"@types/lodash": "^4.14.168",
@@ -47,18 +47,18 @@
4747
"@types/yargs": "^16.0.1",
4848
"chai": "^4.3.4",
4949
"dotenv": "^8.2.0",
50-
"ethereum-waffle": "^3.3.0",
50+
"ethereum-waffle": "^3.4.0",
5151
"ethers": "^5.1.4",
5252
"glob": "^7.1.6",
53-
"hardhat": "^2.2.1",
53+
"hardhat": "^2.4.3",
5454
"hardhat-contract-sizer": "^2.0.3",
5555
"hardhat-gas-reporter": "^1.0.4",
5656
"lodash": "^4.17.21",
5757
"moment": "^2.15.2",
5858
"prettier": "^2.2.1",
5959
"ts-generator": "^0.1.1",
6060
"ts-node": "^9.1.1",
61-
"typechain": "^4.0.3",
61+
"typechain": "^5.1.1",
6262
"typescript": "^4.2.3",
6363
"yargs": "^16.2.0"
6464
},

0 commit comments

Comments
 (0)