Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot harvest PICKLEs due to UNPREDICTABLE_GAS_LIMIT error #562

Open
MitchellCash opened this issue Oct 26, 2022 · 0 comments
Open

Cannot harvest PICKLEs due to UNPREDICTABLE_GAS_LIMIT error #562

MitchellCash opened this issue Oct 26, 2022 · 0 comments

Comments

@MitchellCash
Copy link

I'm not sure if this is the right place to lodge this issue, but I am unable to harvest an PICKLEs due to the error seen below that has been occurring for at least the last 24 hours.

This isn't the first time I have seen this issue, earlier this month the Pickle Finance site was also throwing this error, however, it went away after a few days and I didn't think about it again until now.

I have blanked out identifying data, but please let me know if you would like any more information.

cannot estimate gas;
transaction may fail or may require manual gas limit [ See: https://links.ethers.org/v5-errors-UNPREDICTABLE_GAS_LIMIT ]
(
    reason="execution reverted: BoringERC20: Transfer failed",
    method="estimateGas",
    transaction={
        "from":"0x0000000000000000000000000000000000000000",
        "to":"0x0000000000000000000000000000000000000000",
        "data":"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "accessList":null
    },
    error={
        "code":-32603,
        "message":"Internal JSON-RPC error.",
        "data":{
            "code":3,
            "message":"execution reverted: BoringERC20: Transfer failed",
            "data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
        }
    },
    code=UNPREDICTABLE_GAS_LIMIT,
    version=providers/5.6.8
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant