You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After demo testing, I found that using the @web3modal/ethers5/vue library, under the same conditions, the response speed of connecting to the wallet and obtaining the signature is faster than the response speed of using the @kolirt/vue-web3-auth library. I guess it will be Isn't it caused by version dependency? So I hope you can upgrade your dependency version and see if the experience will be better.
Additional information
I intend to submit a PR for this feature.
I have already implemented and/or tested this feature.
The text was updated successfully, but these errors were encountered:
Hello. Thank you for taking the time to test this package.
The purpose of this package was to simplify the interaction with the web3modal v2 library for vue projects. Some issues I can't solve because they are in the parent library.
Since this package was developed, the web3modal library has already been updated with new versions. I've had a quick look at them and it seems like the library has become better. But I'm not sure that the interaction has become as easy as in this package.
In the future, I plan to update this package to the newest version of web3modal, but I don't have much time for that now. I would be happy if you could help me test the new version in the future.
Hello. Thank you for taking the time to test this package. The purpose of this package was to simplify the interaction with the web3modal v2 library for vue projects. Some issues I can't solve because they are in the parent library. Since this package was developed, the web3modal library has already been updated with new versions. I've had a quick look at them and it seems like the library has become better. But I'm not sure that the interaction has become as easy as in this package. In the future, I plan to update this package to the newest version of web3modal, but I don't have much time for that now. I would be happy if you could help me test the new version in the future.
Describe the feature
After demo testing, I found that using the @web3modal/ethers5/vue library, under the same conditions, the response speed of connecting to the wallet and obtaining the signature is faster than the response speed of using the @kolirt/vue-web3-auth library. I guess it will be Isn't it caused by version dependency? So I hope you can upgrade your dependency version and see if the experience will be better.
Additional information
The text was updated successfully, but these errors were encountered: