-
Notifications
You must be signed in to change notification settings - Fork 542
Added all platform support for injected Trust Wallet #1357
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
Added all platform support for injected Trust Wallet #1357
Conversation
…at there is a Trust Wallet browser extension.
…at there is a Trust Wallet browser extension.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| }) | ||
| }), | ||
| platforms: ['mobile'] | ||
| platforms: ['all'] |
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.
Is this the only change that occurred with the desktop wallet provider?
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.
Yes, that's it. Assumption is that's all that's needed to support our new browser extension: https://chrome.google.com/webstore/detail/trust-wallet/egjidjbpglichdcondbcbdnbeeppgdph
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.
@chaoticgoodpanda great, have you tested with the internal demo project(packages/demo) to verify W3O is working properly with changing of chains, signing, sending transaction, etc?
Running yarn && yarn dev will get it going
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.
Few changes and a comment for clarification requested
Co-authored-by: Adam Carpenter <[email protected]>
…/web3-onboard into v2-web3-onboard-develop
|
Closing in favor of #1463 |
…at there is a Trust Wallet browser extension.
Description
I'm on the Trust team, and we have a Chrome browser extension released: https://chrome.google.com/webstore/detail/trust-wallet/egjidjbpglichdcondbcbdnbeeppgdph. Changing the platform param for Trust's injected wallet in Blocknative to be 'all' instead of 'mobile' so TW extension can be connected via blocknative-powered dApps.
Checklist
package.jsonis incremented following semantic versioningyarn check&yarn buildto confirm there are not any associated errors