-
Notifications
You must be signed in to change notification settings - Fork 21
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
Replace web3-react with wagmi and add seif, tailwind and compass wallet connectors #1239
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deploying carbon-app-sei with Cloudflare Pages
|
Deploying carbon-app with Cloudflare Pages
|
… error from Tailwind Wallet
…to metamask website
zavelevsky
previously requested changes
May 29, 2024
- Add SafeEIP1193 that receives an injectedConnector and tries to get a provider for it - Remove NoConnector class - Create connector factory - Improve wallet object retrieval based on wagmi implementation
- Sort connectors by name order in config - Switch network with useCallback
- Remove onError callbacks in useQuery as they're deprecated in v5 and move the custom error message to meta.message and throw error in QueryClient.QueryCache.onError if meta.message is defined - Replace isLoading with isPending. For queries, isLoading is now isPending and a new isLoading flag which is now isPending && isFetching. For mutation, isLoading is deprecated for isPending - Change useQuery input as it now only accepts objects with keys of queryKey, queryFn, etc
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.
Great PR !
|
ashachaf
approved these changes
Jun 16, 2024
… initialized and duplicated connectors
- Replace web3 by wagmi on new files - Use isPending instead of isLoading
GrandSchtroumpf
approved these changes
Jun 18, 2024
…ack with useEffect
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix #1203
fix #545
fix #492
fix #1208
close #1220 (@solana/web3.js no longer needed)
Done
make
and other C/C++ libraries were not available and were required.Note