Skip to content
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

[WIP] ConnectKit #1016

Merged
merged 17 commits into from
Jun 13, 2023
Merged

[WIP] ConnectKit #1016

merged 17 commits into from
Jun 13, 2023

Conversation

danielattilasimon
Copy link
Collaborator

No description provided.

It appears that create-react-app is no longer maintained.
Quick and dirty, just to see if it works. Unfortunately, it doesn't due to
some package management bug. The package `@wagmi/core` gets installed in
2 different `node_modules` directories, which is a problem, because it
internally uses global variables. We must ensure that only a single
instance of it exists.

Will try upgrading Yarn to v3 to see if it help (and whether it breaks
other things, which it very well might).
Still needs Multicall optimization to be viable. Currently, the frontend uses
so many calls that it often hits rate limits, and can burn through Infura credits
alarmingly fast.
@danielattilasimon danielattilasimon marked this pull request as ready for review June 13, 2023 10:45
@danielattilasimon danielattilasimon merged commit 0609ebd into main Jun 13, 2023
@danielattilasimon danielattilasimon deleted the connectkit branch June 13, 2023 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant