-
I try copy pasting code from repository and changed my public address in PriceConvertor.sol , but even showing this same error for 2days. I have 0.13 ETH balance and 30 LINK. i tried increasing gas limit to 8000000 , and also i tried with 30000000000000000 wei.. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is a generic error for not meeting a require/if statement. Some times its thrown if the your trying to call a function that will fail due to not having ETH. This error specifically looks like its thrown cuz "you need to spend more ETH!" you can fix it by sending more ETH |
Beta Was this translation helpful? Give feedback.
This is a generic error for not meeting a require/if statement.
Some times its thrown if the your trying to call a function that will fail due to not having ETH.
This error specifically looks like its thrown cuz "you need to spend more ETH!"
you can fix it by sending more ETH