-
Notifications
You must be signed in to change notification settings - Fork 4
Dynamic on-chain tokens #1014
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic on-chain tokens #1014
Changes from all commits
8f96dac
16885b4
9edce1e
e75470c
d0d9564
c30b3de
8c0d7f3
02dda7c
2eeded6
b1b5d5b
0ba8c1c
42960cf
40dd15a
13ca8a7
41a8c11
a2eaa7d
0c43f6b
33a0b90
f7febd3
9f98bf0
c5b5bdc
eeb5d24
71e0c5a
e1606f1
0f25c6a
8075f76
e28930a
2c07cb0
98f5d33
1cf91f7
c5f9581
471088c
5cfae2b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -31,6 +31,7 @@ | |||
| "@tanstack/react-query": "^5.64.2", | ||||
| "@tanstack/react-router": "^1.136.8", | ||||
| "@tanstack/react-router-devtools": "^1.136.8", | ||||
| "@tanstack/react-virtual": "^3.13.18", | ||||
| "@tanstack/zod-adapter": "^1.144.0", | ||||
| "@types/crypto-js": "^4.2.2", | ||||
| "@vitejs/plugin-react": "^4.3.4", | ||||
|
|
@@ -56,6 +57,7 @@ | |||
| "react-hook-form": "^7.65.0", | ||||
| "react-i18next": "^15.4.1", | ||||
| "react-toastify": "^11.0.5", | ||||
| "react-window": "^2.2.5", | ||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||||
| "react-window": "^2.2.5", |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the
console.login this server-side path. It will spam production logs and bypasses the configured logger (which also controls log levels/format). Uselogger.debug(...)(or remove entirely) instead.