Closed chongqiangchen closed 5 months ago
@chongqiangchen Have you managed to solve this problem? I was trying to reproduce the error, and it seems the issue is due to an invalid address being set as the transaction's from
field: invalid sender. can't start a transaction from a non-account
. Please ensure that gas estimation only accepts an externally owned account (EOA) for the from
field. That error produced the following error:
missing revert data (action="estimateGas", data=null, reason=null, transaction={ "data": "0x40c10f1900000000000000000000000016939aa8e0a7e27d0c5314701d76c3bd68c3a94600000000000000000000000000000000000000000000003635c9adc5dea00000", "to": "0x8Bb089cF2aaE59f7404391b8CE5Db6417E99066b" }, invocation=null, revert=null, code=CALL_EXCEPTION, version=6.11.1)
@chongqiangchen Have you managed to solve this problem? I was trying to reproduce the error, and it seems the issue is due to an invalid address being set as the transaction's
from
field:invalid sender. can't start a transaction from a non-account
. Please ensure that gas estimation only accepts an externally owned account (EOA) for thefrom
field. That error produced the following error:missing revert data (action="estimateGas", data=null, reason=null, transaction={ "data": "0x40c10f1900000000000000000000000016939aa8e0a7e27d0c5314701d76c3bd68c3a94600000000000000000000000000000000000000000000003635c9adc5dea00000", "to": "0x8Bb089cF2aaE59f7404391b8CE5Db6417E99066b" }, invocation=null, revert=null, code=CALL_EXCEPTION, version=6.11.1)
Sorry, I just saw it, I'll check it later ~
π Bug Report for zksync-ethers JavaScript SDK
π Description
Provide a clear and concise description of the bug. I used technology nextjs + web3modal + ethers6 + zksync-ethers6 to build, But I'm trying to will have a contract here, https://docs.zksync.io/build/tutorials/smart-contract-development/paymasters/custom-paymaster-tutorial.htm l When applying to the page, I found that I could not call normally, I made several attempts:
π Reproduction Steps
π€ Expected Behavior
Describe what you expected to happen.
π― Current Behavior
Describe what actually happened.
π₯οΈ Environment
π Additional Context
Add any other context about the problem here. If applicable, add screenshots to help explain.
π Log Output