Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Discussion options

 const tx = await web3.eth.sendSignedTransaction(
    signedTx.rawTransaction,
  );

this function is not currently running is there any other alternative for this as I am using the erc20permit so after signing the transaction I am not able to send it .

You must be logged in to vote

Replies: 1 comment · 1 reply

Comment options

If sendSignedTransaction() is not working, you should:
Check if the signed transaction is valid before sending it.
Use eth.sendTransaction() as an alternative if you can sign the transaction in a different way.
Ensure that signedTx.rawTransaction is correctly formatted and includes gas, nonce, and to fields.

You must be logged in to vote
1 reply
@Bhanu-Partap
Comment options

Actually i have to create the data of the transaction according to the erc20permit (EIP-712) signing standard .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.