Reputation: 11
`I worked with Ganache, Truffle, PHP 8, and Laravel. I’m running out of time and encountering this error message. Could you please assist me?
"error": "Transaction failed: insufficient funds for gas * price + value"
PS: I’ve tried debugging by increasing the gas price and gas limit in Ganache, using the default settings, and manually increasing these values in the code. I’m attempting to send a small amount from a wallet to a contract created in my Ganache environment.
i tried to debug i tried to change the values i tried to minimise the amount and had changed the gaz price and gas limit in ganache and the amount in the wallet`
Upvotes: 1
Views: 42
Reputation: 1077
try increasing your gas limit and wallet funds (not gas price), by a lot, if you are deploying, gas limit need to be higher.
Upvotes: 0