Skip to content

Commit

Permalink
Merge pull request #60 from locker-labs/db_sub
Browse files Browse the repository at this point in the history
feat: replace API polling with db websocket sub
  • Loading branch information
marvinmarnold authored Sep 8, 2024
2 parents 39555bb + 76d9e2d commit 95bb637
Show file tree
Hide file tree
Showing 23 changed files with 714 additions and 213 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npm run format && npm run lint:check && npm run test
npm run format && npm run lint:check
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,5 @@ SUPPORTED_CHAINS="["arbitrum", "optimism", "base", "polygon", "avalanche", "sepo
1. getPaymaster.ts

https://www.ssn-verify.com/generate

supabase gen types typescript --project-id xxxx > src/utils/supabase/database.types.ts
190 changes: 147 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,18 @@
},
"dependencies": {
"@aarc-xyz/deposit-widget": "^0.2.1",
"@clerk/nextjs": "^5.2.8",
"@clerk/nextjs": "^5.4.1",
"@clerk/themes": "^2.1.1",
"@headlessui/react": "^1.7.19",
"@popperjs/core": "^2.11.8",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.44.4",
"@supabase/ssr": "^0.4.1",
"@supabase/supabase-js": "^2.45.3",
"@tanstack/react-query": "^5.32.1",
"@vercel/analytics": "^1.3.1",
"@zerodev/ecdsa-validator": "^5.3.1",
"@zerodev/permissions": "5.4.0",
"@zerodev/sdk": "^5.3.2",
"jsonwebtoken": "^9.0.2",
"lottie-react": "^2.4.0",
"next": "14.2.3",
"next-pwa": "^5.6.0",
Expand All @@ -63,6 +64,7 @@
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.5",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-blockies": "^1.4.4",
Expand Down
Loading

0 comments on commit 95bb637

Please sign in to comment.