EVM transaction reverted, Reason: 'failed to execute the unsigned transaction' #3305
Unanswered
MhAhmadAli
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to make a transaction on Polygon zkEVM testnet using trust wallet core. I am using the example app provided in the repo. I have only changed the sender by using my own seed phrase, the reciever address, and the chaid id.
I send the signed transaction to a node/express server which sends the transactions to the chain using "web3.eth.sendSignedTransaction()" function. I am using quicknode for the rpc.
One thing to note, the transactions sometime work and sometime don't.
Beta Was this translation helpful? Give feedback.
All reactions