-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix(Tokens Dropdown): tokens by network and native tokens #157
Conversation
This required updating `useTokenSearch` API, by allowing passing a dependencies array, so when chainId changes list is updated accordingly.
Also, included OP as optional network in examples
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
# Conflicts: # pnpm-lock.yaml # src/pageComponents/home/Examples/demos/TokenDropdown/index.tsx # src/pageComponents/home/Examples/demos/assets/Optimism.tsx
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.
Awesome work fer!
Just, remove the changes in the TransactionButton Component to avoid conflicts with #161
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.
Please, remove these changes. I fixed it in #161 .
I updated the dropdown with some changes from db-ui-toolkit, but LGTM. |
This reverts commit e7b3cab.
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.
💯
Closes #32
Description:
This is PR to conclude what has been done in #150.
This mainly:
tsc
code verification by usingtsc-files
to ensure only those staged files are checked in the pre-commit hook.Infinity
value to thegcTime
param.Balance fetch will be worked on a separate task: #156
Steps:
Check that TokenList behave as expected
Type of change:
How Has This Been Tested?
Remember to check that:
Screenshots
Screen.Recording.2024-07-08.at.11.37.22.AM.mov
Screen.Recording.2024-07-08.at.12.50.33.PM.mov