|
36 | 36 | "prettier": "prettier --write --plugin=prettier-plugin-solidity 'contracts/**/*.sol'",
|
37 | 37 | "lint": "prettier --list-different --plugin=prettier-plugin-solidity 'contracts/**/*.sol'"
|
38 | 38 | },
|
39 |
| - "dependencies": { |
40 |
| - "@ethersproject/abi": "^5.7.0", |
41 |
| - "@ethersproject/abstract-provider": "^5.7.0", |
42 |
| - "@ethersproject/bytes": "^5.7.0", |
43 |
| - "@ethersproject/providers": "^5.7.0", |
| 39 | + "devDependencies": { |
44 | 40 | "@fuel-contracts/merkle-sol": "^0.1.4",
|
45 |
| - "@nomicfoundation/hardhat-chai-matchers": "^2.0.2", |
46 |
| - "@nomiclabs/hardhat-ethers": "^2.2.1", |
47 |
| - "@nomiclabs/hardhat-etherscan": "^3.1.2", |
| 41 | + "@fuel-ts/merkle": "^0.21.2", |
| 42 | + "@nomicfoundation/hardhat-network-helpers": "^1.0.10", |
| 43 | + "@nomicfoundation/hardhat-toolbox": "3.0.0", |
48 | 44 | "@openzeppelin/contracts": "^4.8.3",
|
49 | 45 | "@openzeppelin/contracts-upgradeable": "^4.8.3",
|
50 |
| - "@openzeppelin/hardhat-upgrades": "1.26.0" |
51 |
| - }, |
52 |
| - "devDependencies": { |
53 |
| - "@ethersproject/abi": "^5.7.0", |
54 |
| - "@ethersproject/abstract-provider": "^5.7.0", |
55 |
| - "@ethersproject/bytes": "^5.7.0", |
56 |
| - "@ethersproject/providers": "^5.7.0", |
57 |
| - "@fuel-ts/merkle": "^0.21.2", |
58 |
| - "@nomicfoundation/hardhat-network-helpers": "^1.0.9", |
59 |
| - "@typechain/ethers-v5": "^6.0.5", |
| 46 | + "@openzeppelin/hardhat-upgrades": "^2.5.1", |
60 | 47 | "@types/chai": "^4.3.4",
|
61 | 48 | "@types/express": "^4.17.14",
|
62 | 49 | "@types/lodash": "^4.14.202",
|
|
66 | 53 | "@typescript-eslint/parser": "^5.43.0",
|
67 | 54 | "chai": "^4.3.7",
|
68 | 55 | "dotenv": "^16.0.3",
|
69 |
| - "ethers": "^5.7.2", |
| 56 | + "ethers": "6.11.0", |
70 | 57 | "express": "^4.18.2",
|
71 |
| - "hardhat": "^2.17.4", |
| 58 | + "hardhat": "2.17.4", |
72 | 59 | "hardhat-deploy": "^0.11.44",
|
73 |
| - "hardhat-gas-reporter": "^1.0.9", |
74 |
| - "hardhat-typechain": "^0.3.5", |
75 | 60 | "lodash": "^4.17.21",
|
76 | 61 | "markdownlint": "^0.26.2",
|
77 | 62 | "markdownlint-cli": "^0.32.2",
|
|
84 | 69 | "ts-generator": "^0.1.1",
|
85 | 70 | "ts-node": "^10.9.1",
|
86 | 71 | "tsup": "^7.2.0",
|
87 |
| - "typechain": "^4.0.3", |
| 72 | + "typechain": "^8.3.1", |
88 | 73 | "typescript": "^4.9.3"
|
89 | 74 | }
|
90 | 75 | }
|
0 commit comments