|
25 | 25 | "deploy-local": "hardhat deploy --tags Arbitration,HomeArbitrable --network localhost",
|
26 | 26 | "simulate": "hardhat simulate:all",
|
27 | 27 | "simulate-local": "hardhat simulate:all --network localhost",
|
| 28 | + "bot:keeper": "NODE_NO_WARNINGS=1 NODE_OPTIONS=--experimental-fetch hardhat run ./scripts/keeperBot.ts", |
28 | 29 | "etherscan-verify": "hardhat etherscan-verify",
|
29 | 30 | "sourcify": "hardhat sourcify --write-failing-metadata",
|
30 | 31 | "size": "hardhat size-contracts --no-compile",
|
|
39 | 40 | "@kleros/kleros-v2-eslint-config": "workspace:^",
|
40 | 41 | "@kleros/kleros-v2-prettier-config": "workspace:^",
|
41 | 42 | "@kleros/kleros-v2-tsconfig": "workspace:^",
|
| 43 | + "@logtail/pino": "^0.4.0", |
42 | 44 | "@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
|
43 | 45 | "@nomiclabs/hardhat-ethers": "^2.2.3",
|
44 | 46 | "@nomiclabs/hardhat-solhint": "^3.0.1",
|
|
52 | 54 | "dotenv": "^16.3.1",
|
53 | 55 | "ethereumjs-util": "^7.1.5",
|
54 | 56 | "ethers": "^5.7.2",
|
| 57 | + "graphql-request": "^6.1.0", |
55 | 58 | "hardhat": "^2.15.0",
|
56 | 59 | "hardhat-contract-sizer": "^2.10.0",
|
57 |
| - "hardhat-deploy": "^0.11.31", |
| 60 | + "hardhat-deploy": "^0.11.34", |
58 | 61 | "hardhat-deploy-ethers": "^0.4.0-next.1",
|
59 | 62 | "hardhat-deploy-tenderly": "^0.2.0",
|
60 | 63 | "hardhat-docgen": "^1.3.0",
|
61 | 64 | "hardhat-gas-reporter": "^1.0.9",
|
62 | 65 | "hardhat-tracer": "^2.5.0",
|
63 | 66 | "hardhat-watcher": "^2.5.0",
|
64 | 67 | "node-fetch": "^3.3.1",
|
| 68 | + "pino": "^8.14.1", |
| 69 | + "pino-pretty": "^10.0.0", |
65 | 70 | "shelljs": "^0.8.5",
|
66 | 71 | "solhint-plugin-prettier": "^0.0.5",
|
67 | 72 | "solidity-coverage": "^0.8.3",
|
|
0 commit comments