Skip to content

Commit

Permalink
Merge pull request #1844 from cprussin/staking-app-improvements
Browse files Browse the repository at this point in the history
feat(staking): add low-res implementation for new requirements
  • Loading branch information
cprussin authored Aug 26, 2024
2 parents 373e109 + 0467660 commit 795a84e
Show file tree
Hide file tree
Showing 18 changed files with 1,756 additions and 512 deletions.
4 changes: 3 additions & 1 deletion apps/staking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"fix": "pnpm fix:lint && pnpm fix:format",
"fix:format": "prettier --write .",
"fix:lint": "eslint --fix .",
"pull:env": "VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID= vercel env pull",
"pull:env": "VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_4aG4ZJ4S8b59nQID6LZDDb7c9cVY vercel env pull",
"start:dev": "next dev",
"start:prod": "next start",
"test": "tsc && jest",
Expand All @@ -37,6 +37,8 @@
"pino": "^9.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^2.12.7",
"swr": "^2.2.5",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 795a84e

Please sign in to comment.