|
21 | 21 | }, |
22 | 22 | "author": "pcaversaccio (https://pcaversaccio.com), Matt Solomon (https://mattsolomon.dev)", |
23 | 23 | "license": "AGPL-3.0-only", |
24 | | - "packageManager": "pnpm@10.12.3", |
| 24 | + "packageManager": "pnpm@10.12.4", |
25 | 25 | "scripts": { |
26 | 26 | "clean": "npx hardhat clean && forge clean", |
27 | 27 | "test": "forge test --out forge-artifacts", |
|
217 | 217 | "deploy:tacmain": "npx hardhat run --no-compile --network tacMain scripts/deploy.ts", |
218 | 218 | "deploy:neontestnet": "npx hardhat run --no-compile --network neonTestnet scripts/deploy.ts", |
219 | 219 | "deploy:neonmain": "npx hardhat run --no-compile --network neonMain scripts/deploy.ts", |
| 220 | + "deploy:katanamain": "npx hardhat run --no-compile --network katanaMain scripts/deploy.ts", |
220 | 221 | "prettier:check": "npx prettier -c \"**/*.{js,ts,md,sol,json,yml,yaml}\"", |
221 | 222 | "prettier:check:interface": "pnpm -C interface prettier:check", |
222 | 223 | "prettier:fix": "npx prettier -w \"**/*.{js,ts,md,sol,json,yml,yaml}\"", |
|
232 | 233 | "start:interface": "pnpm -C interface start" |
233 | 234 | }, |
234 | 235 | "devDependencies": { |
235 | | - "@eslint/js": "^9.29.0", |
| 236 | + "@eslint/js": "^9.30.1", |
236 | 237 | "@nomicfoundation/hardhat-ethers": "^3.0.9", |
237 | 238 | "@nomicfoundation/hardhat-verify": "^2.0.14", |
238 | 239 | "@typechain/ethers-v6": "^0.5.1", |
239 | 240 | "@typechain/hardhat": "^9.1.0", |
240 | | - "eslint": "^9.29.0", |
| 241 | + "eslint": "^9.30.1", |
241 | 242 | "eslint-config-prettier": "^10.1.5", |
242 | | - "ethers": "^6.14.4", |
| 243 | + "ethers": "^6.15.0", |
243 | 244 | "hardhat": "^2.25.0", |
244 | 245 | "hardhat-abi-exporter": "^2.11.0", |
245 | 246 | "hardhat-contract-sizer": "^2.10.0", |
246 | 247 | "hardhat-gas-reporter": "^2.3.0", |
247 | | - "prettier": "^3.6.1", |
| 248 | + "prettier": "^3.6.2", |
248 | 249 | "prettier-plugin-solidity": "^2.0.0", |
249 | | - "solhint": "^5.1.0", |
| 250 | + "solhint": "^6.0.0", |
250 | 251 | "ts-node": "^10.9.2", |
251 | 252 | "typechain": "^8.3.2", |
252 | 253 | "typescript": "^5.8.3", |
253 | | - "typescript-eslint": "^8.35.0" |
| 254 | + "typescript-eslint": "^8.35.1" |
254 | 255 | } |
255 | 256 | } |
0 commit comments