-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
V6 #619
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
Co-authored-by: Noah Zinsmeister <noahwz@gmail.com>
…t was not getting emitted (#275)
* Update package.json * bump walletconnect 1.6.0 * update
…on walletlink repo) (#308)
* Added Hardhat to Supported Chain IDs Hardhat uses 31337 for their local dev chain. See docs: https://hardhat.org/config/#hardhat-network This is helpful when testing DApps in development. * Add 1337 as supported chain ID Many local dev chains use 1337 as default chainID (Ganache etc). * Update index.ts spelling error
[skip ci]
… Next.js) (#360) * fix: reset provider when user close modal or reject connection * chore: ignore .next in example * fix: remove over-optimistic disconnect message comparison and reject anyway * feat: upgrade @walletconnect/provider to 1.3.4 and use @walletconnect/types * feat: upgrade walletconnect-connector in example * chore: update Next.js to fix native module errors * fix: path * get example working bump @walletconnect/types fix prettier * fix(walletconnect-connector): use `ethereum-provider` instead * prettier Co-authored-by: han0110 <tinghan0110@gmail.com> Co-authored-by: Noah Zinsmeister <noahwz@gmail.com>
* fix: use walletlink 2.4.5 which has support for addEthereumChain * update to walletlink 2.4.6
* fix: do not access undefined property in wc connector * fix lint errors * actually fix lint Co-authored-by: Noah Zinsmeister <noahwz@gmail.com>
…nk (#475) * fix: use @coinbase/wallet-sdk on walletlink-connector * run yarn bootstrap Co-authored-by: Noah Zinsmeister <noahwz@gmail.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
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.
V6 version