web3.unity
web3.unity copied to clipboard
Some Gelato calls are cancelled
Describe the bug Gelato calls CallWithSyncFee and SponsorCall always return the status "Cancelled"
Steps Steps to reproduce the behavior:
- Use the scene [SampleLogin or SampleLogin - Web3Auth]
- Login with [Web3Auth or Remote wallet]
- Try CallWithSyncFee and SponsorCall
- See console log
Expected behavior Status is ExecSuccess and transaction hash is displayed
Console errors There are not console errors, but the expected status is not correct
Screenshots/Video
Desktop (please complete the following information):
- Chainsafe SDK version: [main branch using Package manager with Git URL]
- Unity Version: [e.g., 2022.1]
- Operating System: [Mac]
- Platform: [All]
Additional context
- Calls CallWithSyncFeeErc2771 and SponsorCallErc2771 are working as expected