Update Trust Wallet connector and other changes #949
george-gkas
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
PR submitted: #950 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👋 Hello,
rainbowkit
team. My name is George, and I'm currently a Frontend Engineer on the Web Extension team of Trust Wallet. In the last couple of months, we introduced significant updates to our web extension in line with our values to support impactful Web3 technologies; we would like to contribute by submitting some changes to the Trust Wallet connector. We already did most of the work, and now our QA department is handling the testing procedure. Based on RainbowKit Contribution Guide, we open this discussion to let you know about the upcoming changes. Below is an extensive list of those introduced changes:Trust Wallet Connector
installed
property.browserExtension
field indownloadUrls
.iconAccent
property.Example apps
publicProviders
, and the examples work as expected. This is a better solution because we rely on something other than third-party API keys that might need to be updated. Here is the list of the example apps that this change applies:examples/with-create-react-app
examples/with-next-custom-button
examples/with-next-siwe-next-auth
examples/with-next
examples/with-remix
examples/with-vite
examples/with-remix
, preventing the app from compiling by adding the correctserverDependenciesToBundle
rule.examples/with-create-react-app
:Core library
getDefaultWallets
. Trust Wallet extension has reached hundreds of thousands of downloads, and we keep expanding. Many of our users request to connect with Trust Wallet by default, and it is now placed as a fourth choice in the connection UI modal.- Added Trust Wallet download option in mobile view.
Documentation
iconAccent
in the documentation site.We are open to talks and any questions you might have. Please keep in mind that we will continue to support this connector in the long run. 🚀
Beta Was this translation helpful? Give feedback.
All reactions