Skip to content

Commit 30e6d26

Browse files
authored
Merge branch 'feat(5-7-demo)/merge-features' into fix(web)/dashboard-juror-rewards
2 parents 79e0124 + a2b2753 commit 30e6d26

File tree

15 files changed

+1078
-45
lines changed

15 files changed

+1078
-45
lines changed

contracts/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"deploy-local": "hardhat deploy --tags Arbitration,HomeArbitrable --network localhost",
2626
"simulate": "hardhat simulate:all",
2727
"simulate-local": "hardhat simulate:all --network localhost",
28+
"bot:keeper": "NODE_NO_WARNINGS=1 NODE_OPTIONS=--experimental-fetch hardhat run ./scripts/keeperBot.ts",
2829
"etherscan-verify": "hardhat etherscan-verify",
2930
"sourcify": "hardhat sourcify --write-failing-metadata",
3031
"size": "hardhat size-contracts --no-compile",
@@ -39,6 +40,7 @@
3940
"@kleros/kleros-v2-eslint-config": "workspace:^",
4041
"@kleros/kleros-v2-prettier-config": "workspace:^",
4142
"@kleros/kleros-v2-tsconfig": "workspace:^",
43+
"@logtail/pino": "^0.4.0",
4244
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
4345
"@nomiclabs/hardhat-ethers": "^2.2.3",
4446
"@nomiclabs/hardhat-solhint": "^3.0.1",
@@ -52,16 +54,19 @@
5254
"dotenv": "^16.3.1",
5355
"ethereumjs-util": "^7.1.5",
5456
"ethers": "^5.7.2",
57+
"graphql-request": "^6.1.0",
5558
"hardhat": "^2.15.0",
5659
"hardhat-contract-sizer": "^2.10.0",
57-
"hardhat-deploy": "^0.11.31",
60+
"hardhat-deploy": "^0.11.34",
5861
"hardhat-deploy-ethers": "^0.4.0-next.1",
5962
"hardhat-deploy-tenderly": "^0.2.0",
6063
"hardhat-docgen": "^1.3.0",
6164
"hardhat-gas-reporter": "^1.0.9",
6265
"hardhat-tracer": "^2.5.0",
6366
"hardhat-watcher": "^2.5.0",
6467
"node-fetch": "^3.3.1",
68+
"pino": "^8.14.1",
69+
"pino-pretty": "^10.0.0",
6570
"shelljs": "^0.8.5",
6671
"solhint-plugin-prettier": "^0.0.5",
6772
"solidity-coverage": "^0.8.3",

0 commit comments

Comments
 (0)