-
Notifications
You must be signed in to change notification settings - Fork 629
Connect Wallet v2 #584
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
Connect Wallet v2 #584
Conversation
🦋 Changeset detectedLatest commit: ffa1d9d The changes in this PR will be included in the next version bump. This PR includes changesets to release 10 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 |
|
Size Change: -13.2 kB (0%) Total Size: 4.31 MB
ℹ️ View Unchanged
|
* Moved ThirdwebProvider to react-core * Using Storage Interface in wallets instead of local-forage * updated the version of @wagmi/core in react-core
* Proper type for Wallet class and it's instance * Working connect for Device Wallet and Metamask * Working autoconnect for Metamask * working chain switching * Improved Wallet Storage Interface * useSupportedChains() * useDisconnect() * fix transformChainToMinimalWagmiChain having wrong rpc url
- Created RN specific AsyncStorage - Added wallets as RN dependency
| Omit<ThirdwebSDKProviderProps<TChains>, "signer"> | ||
| >) => { | ||
| const signer = useWalletSigner(); | ||
| const signer = useThirdwebWallet()?.signer; |
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.
I liked the useSigner hook :(
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.
@iketw We still have it. I just removed it's duplicate which was only being used a single time internally
|
./release-pr |
|
/release-pr |
4404526 to
1c24140
Compare
…ession to enable auto-connection
|
./release-pr |
|
./release-pr |
|
./release-pr |
iketw
left a comment
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.
ship it! 🚀🚀
|
MERRRRRRGE |
No description provided.