|
19 | 19 | }, |
20 | 20 | "author": "pcaversaccio (https://pcaversaccio.com)", |
21 | 21 | "license": "MIT", |
22 | | - "packageManager": "pnpm@10.3.0", |
| 22 | + "packageManager": "pnpm@10.4.0", |
23 | 23 | "scripts": { |
24 | 24 | "help": "npx hardhat help", |
25 | 25 | "accounts": "npx hardhat accounts", |
|
178 | 178 | "deploy:monadtestnet": "npx hardhat run --network monadTestnet scripts/deploy.ts", |
179 | 179 | "deploy:corntestnet": "npx hardhat run --network cornTestnet scripts/deploy.ts", |
180 | 180 | "deploy:cornmain": "npx hardhat run --network cornMain scripts/deploy.ts", |
| 181 | + "deploy:arenaztestnet": "npx hardhat run --network arenazTestnet scripts/deploy.ts", |
| 182 | + "deploy:arenazmain": "npx hardhat run --network arenazMain scripts/deploy.ts", |
181 | 183 | "prettier:check": "npx prettier -c \"**/*.{js,ts,md,sol,json,yml,yaml}\"", |
182 | 184 | "prettier:fix": "npx prettier -w \"**/*.{js,ts,md,sol,json,yml,yaml}\"", |
183 | 185 | "solhint:check": "npx solhint \"contracts/**/*.sol\"", |
|
200 | 202 | "@typechain/hardhat": "^9.1.0", |
201 | 203 | "@types/chai": "^4.3.20", |
202 | 204 | "@types/mocha": "^10.0.10", |
203 | | - "@types/node": "^22.13.1", |
| 205 | + "@types/node": "^22.13.4", |
204 | 206 | "chai": "^4.5.0", |
205 | 207 | "dotenv": "^16.4.7", |
206 | 208 | "eslint": "^9.20.1", |
|
210 | 212 | "hardhat-abi-exporter": "^2.10.1", |
211 | 213 | "hardhat-contract-sizer": "^2.10.0", |
212 | 214 | "hardhat-gas-reporter": "^2.2.2", |
213 | | - "prettier": "^3.5.0", |
| 215 | + "prettier": "^3.5.1", |
214 | 216 | "prettier-plugin-solidity": "^1.4.2", |
215 | 217 | "solhint": "^5.0.5", |
216 | 218 | "solidity-coverage": "^0.8.14", |
|
0 commit comments