Replies: 0 comments 2 replies
-
Hi @EonJeti, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have begun using the WalletConnect AppKIt to connect our users to our dapp. Through the testing of it, I have found that connecting through the standard wallets (MetaMask, Phantom, etc) will work as we intend it to, but when using the email and social logins, we get an error when interacting with a contract.
The connection to the dapp works fine, the authentication and establishing that the dapp is trusted. However, when calling the smart contract, it completes without calling the contract and doesn't throw an error. I have gone through the logs and have found that I get an error on the ERC-4337 Entry Point contract.
I had been getting another error, but found that I needed to establish the gasLimit in order for it to work so I added that. Setting that allowed the contract execution to process, but it never got to the contract call itself.
The above image is an example of what I get.
I have gone through all of the examples and I have implemented everything as I should.
Structure:
Transaction example:
https://polygonscan.com/tx/0xb61d03006be5a36466f9e8c7910fb9e7ca55d72dd3f806b537915727f60cf8fd
Any assistance in this matter would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions