|
27 | 27 | "start-local": "hardhat node --tags Arbitration,HomeArbitrable --hostname 0.0.0.0",
|
28 | 28 | "deploy": "hardhat deploy",
|
29 | 29 | "deploy-local": "hardhat deploy --tags Arbitration,HomeArbitrable --network localhost",
|
| 30 | + "validate-upgrades": "openzeppelin-upgrades-core validate --exclude 'src/proxy/mock/**/*.sol' --exclude 'src/test/**/*.sol' artifacts/build-info", |
30 | 31 | "simulate": "hardhat simulate:all",
|
31 | 32 | "simulate-local": "hardhat simulate:all --network localhost",
|
32 | 33 | "viem:generate-devnet": "NODE_NO_WARNINGS=1 wagmi generate -c wagmi.config.devnet.ts",
|
|
69 | 70 | "@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
|
70 | 71 | "@nomicfoundation/hardhat-ethers": "^3.0.8",
|
71 | 72 | "@nomiclabs/hardhat-solhint": "^4.0.1",
|
| 73 | + "@openzeppelin/upgrades-core": "^1.41.0", |
72 | 74 | "@typechain/ethers-v6": "^0.5.1",
|
73 | 75 | "@typechain/hardhat": "^9.1.0",
|
74 | 76 | "@types/chai": "^4.3.20",
|
|
80 | 82 | "dotenv": "^16.4.5",
|
81 | 83 | "eslint": "^9.15.0",
|
82 | 84 | "ethereumjs-util": "^7.1.5",
|
83 |
| - "ethers": "^6.13.4", |
| 85 | + "ethers": "^6.13.5", |
84 | 86 | "graphql": "^16.9.0",
|
85 | 87 | "graphql-request": "^7.1.2",
|
86 |
| - "hardhat": "2.22.16", |
| 88 | + "hardhat": "2.22.18", |
87 | 89 | "hardhat-contract-sizer": "^2.10.0",
|
88 | 90 | "hardhat-deploy": "^0.14.0",
|
89 | 91 | "hardhat-deploy-ethers": "^0.4.2",
|
90 |
| - "hardhat-deploy-tenderly": "^0.2.0", |
| 92 | + "hardhat-deploy-tenderly": "^0.2.1", |
91 | 93 | "hardhat-docgen": "^1.3.0",
|
92 |
| - "hardhat-gas-reporter": "^2.2.1", |
| 94 | + "hardhat-gas-reporter": "^2.2.2", |
93 | 95 | "hardhat-tracer": "^3.1.0",
|
94 | 96 | "hardhat-watcher": "^2.5.0",
|
95 | 97 | "node-fetch": "^3.3.2",
|
96 | 98 | "pino": "^8.21.0",
|
97 | 99 | "pino-pretty": "^10.3.1",
|
98 | 100 | "prettier": "^3.3.3",
|
99 |
| - "prettier-plugin-solidity": "^1.4.1", |
| 101 | + "prettier-plugin-solidity": "^1.4.2", |
100 | 102 | "shelljs": "^0.8.5",
|
101 | 103 | "solhint-plugin-prettier": "^0.1.0",
|
102 | 104 | "solidity-coverage": "^0.8.13",
|
|
107 | 109 | "dependencies": {
|
108 | 110 | "@chainlink/contracts": "^1.3.0",
|
109 | 111 | "@kleros/vea-contracts": "^0.4.0",
|
110 |
| - "@openzeppelin/contracts": "^5.1.0", |
| 112 | + "@openzeppelin/contracts": "^5.2.0", |
111 | 113 | "viem": "^2.21.48"
|
112 | 114 | }
|
113 | 115 | }
|
0 commit comments