We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2bf69 commit 9aefb7cCopy full SHA for 9aefb7c
apps/archiver/package.json
@@ -26,7 +26,8 @@
26
"express": "4.17.1",
27
"node-fetch": "2.7.0",
28
"pino-http": "10.4.0",
29
- "async-mutex": "0.5.0"
+ "async-mutex": "0.5.0",
30
+ "dotenv": "16.4.7"
31
},
32
"devDependencies": {
33
"@types/archiver": "6.0.3",
apps/staking/package.json
@@ -23,7 +23,8 @@
23
"dotenv": "16.4.7",
24
25
"morgan": "1.10.0",
- "viem": "2.21.21"
+ "viem": "2.21.21",
+ "pino": "9.4.0"
"@types/body-parser": "1.19.0",
0 commit comments