I need help, "Deployment Failed"

Hello ,
I’m a newbie trying use truffle. I’m stuck on the last step. I need help, advice

Deploying ‘ConvertLib’

transaction hash: 0xca3ac69625f45cdd82aec05a9805a3d8118a055b8e6d03a358b21487bf7e4a5a
× Blocks: 55 Seconds: 763
*** Deployment Failed ***

“ConvertLib” – Transaction was not mined within 750 seconds, please make sure your transaction was properly sent. Be aware that it might still be mined! – Reason given: Custom error (could not decode)…

Exiting: Review successful transactions manually by checking the transaction hashes above on Etherscan.

Error: *** Deployment Failed ***

“ConvertLib” – Transaction was not mined within 750 seconds, please make sure your transaction was properly sent. Be aware that it might still be mined! – Reason given: Custom error (could not decode)…

6 Likes

Hey @Supersaiya what command did you use before receiving this error message could you confirm please.

1 Like

hey r00sh, do you know how can we import private key using foundry to deploy smart contract?

1 Like

I’ve tried to search about that bug. May be helpful :grinning:

Transaction was not mined within 750 seconds, please make sure your transaction was properly sent. Be aware that it might still be mined!

This error message is usually encountered when a transaction is not mined within 750 seconds. It could be due to network congestion or low gas price. You can check if your transaction was properly sent by searching for it on explorer. If it was properly sent, it might still be mined. You can review successful transactions manually by checking the transaction hashes above on explorer

You can avoid this error by increasing the gas price of your transaction. Since you are not specifying it in your code, the node that you’re sending it to uses the default value, which is computed as some sort of weighted-average of the last N transactions. You can also try increasing the gas limit. If you’re using a private network, you can try increasing the block gas limit.

4 Likes

Hey there,
Im trying to deploy smart contract on linea using foundry, and having problem to import private key using forge create --private-key my_private_key,

What should I enter here when it asks for CONTRACTS> as an argument?

Thank you.

1 Like

hello sir, I want to tell you, when I did the swap there were a number of things that failed, because of that I asked for your website to be repaired again, and I can’t find Remove features here, sir

1 Like

mine too same issue …hope it will sort soon

1 Like

A post was merged into an existing topic: Solution for Swapping ETH/crUSDC :white_check_mark:

Have you selected the newest compiler version?

I have the same problem as you

3 Likes

A post was merged into an existing topic: Share Your Feedback Here! :thought_balloon: