[General]failed to query zks_estimateFee: #868
-
Team or ProjectNo response EnvironmentTestnet L2 block numberNo response Provide a brief description of the functionality you're trying to implement and the issue you are running into.I want to execute transaction with zksync2 go sdk. I implemented following code : `
` I got : failed to EstimateFee: failed to query zks_estimateFee: virtual machine entered unexpected state. please contact developers and provide transaction details that caused this error. Error description: Assertion error: paymasterInput non zero I was trying to execute on Sophon Testnet Repo Link (Optional)No response Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It appears that the issue you're encountering with the ZKsync Go SDK is related to the Here are a few steps you can take to troubleshoot and potentially resolve this issue:
For further assistance, you might want to visit the ZKsync developers discussions on Github where you can find more specific guidance or post your issue for more detailed help. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
-
Hello, this issue might happen if the paymaster address is empty - what value are you setting it to? |
Beta Was this translation helpful? Give feedback.
Hello, this issue might happen if the paymaster address is empty - what value are you setting it to?