-
Notifications
You must be signed in to change notification settings - Fork 7
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
mod: erc-20 #147
base: main
Are you sure you want to change the base?
mod: erc-20 #147
Conversation
🦋 Changeset detectedLatest commit: 869c9d0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fb01ee1
to
accd052
Compare
accd052
to
1813e71
Compare
a9b6e36
to
bc70e68
Compare
c3c0386
to
856353b
Compare
9843be8
to
cc1fdf7
Compare
cc1fdf7
to
a19f7af
Compare
is this about to get shipped? |
do you have some urgency to use this @qbig? feel free to DM me |
Update:
I think the holders you follow feature is valuable despite the relatively long initial loading time (can be optimized in a future update) Let me know what your thoughts are on merge readiness @davidfurlong |
I'm getting 500s on localhost. There's something going wrong where in the example only one of the ERC20s loads |
seems to almost be like the two requests for the two different erc20s compete with eachother |
I think it's a rate limiting issue with the 1inch API that we're using for spot prices. Need to replace with uniswap SDK as well |
Change Summary
This mod introduces a representation for ERC-20 tokens
/api/erc-20
)Depends on #135 (PR #150)
v2 suggestions
Preview
No wallet connected state
Wallet connected state
Buy state
Available options depends on wallet eth balance on the specified chain
Transaction initiated state
Transaction complete state
Additional changes
SETSTATE
actionPadding
elementMerge Checklist