WalletConnectSwift
WalletConnectSwift copied to clipboard
Cannot call eth_sendTransaction method on metamask
I am using Dapp walletconnect version 1 client side in my SwiftUI app. First of all after connecting to metamask i am trying to use eth send transaction method but nothing popup inside metamask? How can these be resolved?. I have tried rainbow wallet it works but everytime it gives me nonce error i.e nonce already used, nonce too low etc
Actually it says that eth_sendtransaction method not available when using web3 client library
i have debug but still not able to call eth_sendTransaction when connected to metamask please help.. And also how do i fetch chain id of connected wallet. i am everytime getting 1 as chainid even though i am connected to ropsten. i was fetch from session.walletinfo.chainid
i am not getting what are you trying to say