|
18 | 18 | "license": "ISC", |
19 | 19 | "author": "dev-support@ampleforth.org", |
20 | 20 | "scripts": { |
21 | | - "compile": "yarn buidler compile", |
22 | | - "test": "yarn buidler test", |
23 | | - "coverage": "yarn buidler coverage --testfiles 'test/unit/*.ts'", |
| 21 | + "compile": "yarn hardhat compile", |
| 22 | + "test": "yarn hardhat test", |
| 23 | + "coverage": "yarn hardhat coverage --testfiles 'test/unit/*.ts'", |
24 | 24 | "format": "yarn prettier --config .prettierrc --write '**/*.ts' 'contracts/**/*.sol'", |
25 | 25 | "lint": "yarn solhint 'contracts/**/*.sol'" |
26 | 26 | }, |
|
29 | 29 | "lint" |
30 | 30 | ], |
31 | 31 | "devDependencies": { |
32 | | - "@nomiclabs/buidler": "^1.4.5", |
33 | | - "@nomiclabs/buidler-ethers": "^2.0.0", |
34 | | - "@nomiclabs/buidler-waffle": "^2.1.0", |
35 | | - "@openzeppelin/buidler-upgrades": "^1.0.2", |
| 32 | + "@nomiclabs/hardhat-ethers": "^2.0.1", |
| 33 | + "@nomiclabs/hardhat-waffle": "^2.0.1", |
| 34 | + "@openzeppelin/hardhat-upgrades": "^1.4.3", |
36 | 35 | "@types/chai": "^4.2.12", |
37 | 36 | "@types/mocha": "^8.0.3", |
38 | 37 | "@types/node": "^14.6.1", |
39 | 38 | "bignumber.js": "^9.0.0", |
40 | 39 | "chai": "^4.2.0", |
41 | | - "ethereum-waffle": "^3.0.0", |
42 | | - "ethers": "^5.0.13", |
| 40 | + "ethereum-waffle": "^3.2.1", |
| 41 | + "ethers": "^5.0.24", |
| 42 | + "hardhat": "^2.0.6", |
43 | 43 | "pre-commit": "^1.2.2", |
44 | 44 | "prettier": "^2.1.1", |
45 | 45 | "prettier-plugin-solidity": "^1.0.0-alpha.57", |
46 | 46 | "solc": "0.4.24", |
47 | 47 | "solhint": "^3.2.0", |
48 | 48 | "solhint-plugin-prettier": "^0.0.5", |
49 | | - "solidity-coverage": "^0.7.10", |
| 49 | + "solidity-coverage": "^0.7.13", |
50 | 50 | "stochasm": "^0.5.0", |
51 | 51 | "ts-node": "^9.0.0", |
52 | 52 | "typescript": "^4.0.2" |
|
0 commit comments