-
Notifications
You must be signed in to change notification settings - Fork 20
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
[bug]: Wagmi sendTransaction
doesn't work with Trust Wallet on Android
#282
Comments
sendTransaction
doesn't work with Trust WalletsendTransaction
doesn't work with Trust Wallet on Android
Hey @alpeeff 👋 are you using the latest version of wagmi/viem? Also, can you try using
|
After updating minor versions nothing has changed. metamask.mp4trust.mp4 |
@alpeeff can you check with another network? I think Trust doesnt support testnets |
@ignaciosantise Still doesn't work in Trust Wallet Android. |
okey, can you provide a minimal reproducible example so i can test it locally? |
@alpeeff im not able to reproduce it on my side. Im using the sample app, and the latest version of Trust. In mainnet, not sepholia trust.mov |
@ignaciosantise Hmn, I'll try to use sample app and write you back. |
Description
sendTransaction
doesn't work with Trust Wallet on Android but works with MetaMaskWhen I call
sendTransaction
redirect happens but modal to confirm transaction doesn't show upAppKit SDK version
"@reown/appkit-wagmi-react-native": "^1.0.2",
Output of
npx react-native info
ystem:
OS: macOS 14.6
CPU: (8) arm64 Apple M3
Memory: 844.20 MB / 24.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.18.2 - ~/.nvm/versions/node/v18.18.2/bin/node
Yarn: Not Found
npm: 9.8.1 - ~/.nvm/versions/node/v18.18.2/bin/npm
Watchman: Not Found
Managers:
CocoaPods: 1.16.2 - /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 24.0, iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, watchOS 11.0
Android SDK: Not Found
IDEs:
Android Studio: 2024.1 AI-241.18034.62.2411.12071903
Xcode: 16.0/16A242d - /usr/bin/xcodebuild
Languages:
Java: 17.0.12 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.2.0 => 18.2.0
react-native: 0.71.14 => 0.71.14
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found
Expo Version (if applies)
Expo: 48.0.21
Steps to reproduce
Connect to TrustWallet on Android and try to use
sendTransaction
functionSnack, code example, screenshot, or link to a repository
The text was updated successfully, but these errors were encountered: