Skip to content

Commit

Permalink
feat: onramp + ens lookup + ui refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
0xhohenheim committed Aug 4, 2024
1 parent b0ef3cf commit 760cbb4
Show file tree
Hide file tree
Showing 30 changed files with 773 additions and 72 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
VITE_APP_BACKEND_URL=<BACKEND_URL>
VITE_APP_APP_ENV=<production|development>
VITE_APP_BACKEND_URL=<COINBASE_BACKEND_URL>
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
"preview": "vite preview"
},
"dependencies": {
"@ensdomains/ensjs": "^4.0.0",
"@tanstack/react-query": "5.0.5",
"axios": "^1.7.2",
"papaparse": "^5.4.1",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toastify": "^10.0.5",
Expand Down
174 changes: 174 additions & 0 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 760cbb4

Please sign in to comment.