Skip to content

Commit 795a84e

Browse files
authored
Merge pull request #1844 from cprussin/staking-app-improvements
feat(staking): add low-res implementation for new requirements
2 parents 373e109 + 0467660 commit 795a84e

File tree

18 files changed

+1756
-512
lines changed

18 files changed

+1756
-512
lines changed

apps/staking/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"fix": "pnpm fix:lint && pnpm fix:format",
1212
"fix:format": "prettier --write .",
1313
"fix:lint": "eslint --fix .",
14-
"pull:env": "VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID= vercel env pull",
14+
"pull:env": "VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_4aG4ZJ4S8b59nQID6LZDDb7c9cVY vercel env pull",
1515
"start:dev": "next dev",
1616
"start:prod": "next start",
1717
"test": "tsc && jest",
@@ -37,6 +37,8 @@
3737
"pino": "^9.3.2",
3838
"react": "^18.3.1",
3939
"react-dom": "^18.3.1",
40+
"recharts": "^2.12.7",
41+
"swr": "^2.2.5",
4042
"zod": "^3.23.8"
4143
},
4244
"devDependencies": {

0 commit comments

Comments
 (0)