I’ve been trying to collateralize my ETH supply on the Lido Market so that I can initiate a borrow of another asset, but I keep getting an error. This happens whether I try from my PC or my phone. When I click the Collateral switch and the “Review tx ETH” modal pops up, I see “There was some error. Please try changing the parameters or copy the error” at the bottom. The error is “RotationProvider exceeded max number of retries. Last error: cannot estimate gas; transaction may fail or may require manual gas limit”
Full error:
RotationProvider exceeded max number of retries. Last error: cannot estimate gas; transaction may fail or may require manual gas limit (error=
{
"reason": "processing response error",
"code": "SERVER_ERROR",
"body": "{\"jsonrpc\":\"2.0\",\"id\":71,\"error\":{\"code\":3,\"message\":\"execution reverted: 43\",\"data\":\"0x08c379a0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000023433000000000000000000000000000000000000000000000000000000000000\"}}",
"error": {
"code": 3,
"data": "0x08c379a0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000023433000000000000000000000000000000000000000000000000000000000000"
},
"requestBody": "{\"method\":\"eth_estimateGas\",\"params\":[{\"value\":\"0x0\",\"from\":\"<REDACTED>\",\"to\":\"0x4e033931ad43597d96d6bcc25c280717730b58b1\",\"data\":\"0x5a3b74b9000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc20000000000000000000000000000000000000000000000000000000000000001\"}],\"id\":71,\"jsonrpc\":\"2.0\"}",
"requestMethod": "POST",
"url": "https://cloudflare-eth.com/v1/mainnet"
},
method="estimateGas", transaction=
{
"from": "<REDACTED>",
"to": "0x4e033931ad43597d96D6bcc25c280717730B58B1",
"value": {
"type": "BigNumber",
"hex": "0x00"
},
"data": "0x5a3b74b9000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc20000000000000000000000000000000000000000000000000000000000000001",
"accessList": null
},
code=UNPREDICTABLE_GAS_LIMIT, version=providers/5.5.3)
Any ideas what’s going on or how I can get it working?
EDIT: formatting