File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ require("solidity-coverage");
5
5
require ( 'hardhat-contract-sizer' ) ;
6
6
require ( "@nomiclabs/hardhat-ethers" ) ;
7
7
require ( "@nomiclabs/hardhat-etherscan" ) ;
8
+ require ( '@openzeppelin/hardhat-upgrades' ) ;
8
9
require ( "dotenv" ) . config ( ) ;
9
10
/**
10
11
* @type import('hardhat/config').HardhatUserConfig
Original file line number Diff line number Diff line change 19
19
"devDependencies" : {
20
20
"@nomiclabs/hardhat-ethers" : " ^2.0.2" ,
21
21
"@nomiclabs/hardhat-waffle" : " ^2.0.1" ,
22
+ "@openzeppelin/contracts" : " ^4.9.3" ,
23
+ "@openzeppelin/contracts-upgradeable" : " ^4.9.3" ,
24
+ "@openzeppelin/hardhat-upgrades" : " ^1.28.0" ,
22
25
"chai" : " ^4.3.4" ,
23
26
"chai-as-promised" : " ^7.1.1" ,
24
27
"ethereum-waffle" : " ^3.4.0" ,
25
- "ethers" : " ^5.5.1 " ,
26
- "hardhat" : " ^2.6.8 " ,
28
+ "ethers" : " ^5.7.2 " ,
29
+ "hardhat" : " ^2.13.0 " ,
27
30
"hardhat-gas-reporter" : " ^1.0.8" ,
28
31
"prettier" : " ^2.5.1" ,
29
32
"prettier-plugin-solidity" : " ^1.0.0-beta.19"
30
33
},
31
34
"dependencies" : {
32
- "@nomiclabs/hardhat-etherscan" : " ^3.0.1" ,
33
- "@openzeppelin/contracts" : " ^4.4.1" ,
35
+ "@nomiclabs/hardhat-etherscan" : " ^3.1.0" ,
34
36
"dotenv" : " ^16.0.0" ,
35
37
"hardhat-contract-sizer" : " ^2.4.0" ,
36
38
"solidity-coverage" : " ^0.7.20" ,
You can’t perform that action at this time.
0 commit comments