|
223 | 223 | "deploy:plasmamain": "npx hardhat run --no-compile --network plasmaMain scripts/deploy.ts", |
224 | 224 | "deploy:sophontestnet": "npx hardhat run --no-compile --network sophonTestnet scripts/deploy.ts", |
225 | 225 | "deploy:sophonmain": "npx hardhat run --no-compile --network sophonMain scripts/deploy.ts", |
| 226 | + "deploy:jovaytestnet": "npx hardhat run --no-compile --network jovayTestnet scripts/deploy.ts", |
| 227 | + "deploy:jovaymain": "npx hardhat run --no-compile --network jovayMain scripts/deploy.ts", |
226 | 228 | "prettier:check": "npx prettier -c \"**/*.{js,ts,md,sol,json,yml,yaml}\"", |
227 | 229 | "prettier:check:interface": "pnpm -C interface prettier:check", |
228 | 230 | "prettier:fix": "npx prettier -w \"**/*.{js,ts,md,sol,json,yml,yaml}\"", |
|
239 | 241 | }, |
240 | 242 | "devDependencies": { |
241 | 243 | "@eslint/js": "^9.38.0", |
242 | | - "@nomicfoundation/hardhat-ethers": "^3.1.0", |
243 | | - "@nomicfoundation/hardhat-verify": "^2.1.1", |
| 244 | + "@nomicfoundation/hardhat-ethers": "^3.1.1", |
| 245 | + "@nomicfoundation/hardhat-verify": "^2.1.2", |
244 | 246 | "@typechain/ethers-v6": "^0.5.1", |
245 | 247 | "@typechain/hardhat": "^9.1.0", |
246 | 248 | "eslint": "^9.38.0", |
247 | 249 | "eslint-config-prettier": "^10.1.8", |
248 | 250 | "ethers": "^6.15.0", |
249 | | - "hardhat": "^2.26.3", |
| 251 | + "hardhat": "^2.26.4", |
250 | 252 | "hardhat-abi-exporter": "^2.11.0", |
251 | 253 | "hardhat-contract-sizer": "^2.10.1", |
252 | 254 | "hardhat-gas-reporter": "^2.3.0", |
|
0 commit comments