WalletConnect / web3modal-react-native

Web3Modal React-Native SDK
https://web3modal.com
Apache License 2.0
46 stars 15 forks source link

[bug]: Native matic transfers not working on rainbow (polygon) #64

Closed StevenBarnett1 closed 1 year ago

StevenBarnett1 commented 1 year ago

Description

Not sure if this is a walletconnect or rainbow issue but I wanted to put it here. When trying to do a native matic transfer on polygon const txHash = await web3Provider.send("eth_sendTransaction", [txParams]); It opens rainbow but nothing shows up, there is no option to send/sign the transaction. I tried the same steps on alpha wallet and it worked fine.

Web3Modal SDK version

1.0.0-alpha.8

Output of npx react-native info

N/A

Expo Version (if applies)

No response

Steps to reproduce

Try to deposit matic on polygon to rainbow with the steps i outlined.

Snack, code example, screenshot, or link to a repository

N/A