Hello, I am trying to integrate Torus Wallet, but I am receiving issues when Writing a contract. I’ve tested the following and the following work, signing the user in, signing a message, and reading from a Smart contract. Now, I am trying to write to a smart contract, but I am receiving the following error:
"Error: Bad Request at LoglevelSentry.translateError (chunk-vendors.09492946.js:16:350836) at async Logger.x [as error] (chunk-vendors.09492946.js:16:352516)
It would appear the api.tor.us is not allowing me to write a contract. Let me know if anyone has any answers. I tried with web3 and viem, but received the same error with both methods.
Torus Wallet is deprecated at this moment. We are working on a different product to replace the gap of that product. You can use Web3Auth as a Wallet as a Service, which provides the same functionality but customised for your needs.
Can you confirm web3auth WaaS creates a new wallet address per user per platform? In other words, if a user logins into one Dapp, their wallet address will be different when logging into a separate Dapp? Unfortunately, that doesn’t work for our Dapp.
In addition, I was having trouble writing to smart contracts with web3auth, receiving internal RPC errors after following strict documentation. So, I strayed away from that.
It also should be noted that Torus wallet was indeed writing to the contract and the contract was processing correctly. I was still receiving the failed error regardless. It makes sense now that it’s depreciated. Not being able to access a transaction hash will cause future issues though. Thanks for your comments.
The internal RPC errors are generally associated with your RPC providers limitations or account funding etc. These errors are generally not related to web3auth integration. Nonetheless you can raise a new issue around it with particular error details.