I got this error.
ValueError: Gas estimation failed: 'execution reverted'. This transaction will likely revert. If you wish to broadcast, you must set the gas limit manually.
I have the same issue :/
Weird thing is that it works on local blockchain env, but it doesn't work on rinkeby, and yes - I have few eth and link tokens on my wallet
I got this error.
ValueError: Gas estimation failed: 'execution reverted'. This transaction will likely revert. If you wish to broadcast, you must set the gas limit manually.
Below is my
fund_with_link()
function.I tried resolving the issue by manually adding the gas limit in brownie-config.yaml, but still failed.
Any idea how to solve the problem?