Open 0xxgama opened 1 year ago
Same issue for me, here's the 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\":43,\"error\":{\"code\":-32000,\"message\":\"execution reverted\"}}","error":{"code":-32000},"requestBody":"{\"method\":\"eth_estimateGas\",\"params\":[{\"value\":\"0x0\",\"from\":\"0xb8e38d8fd38425734e69a7cba63124a781f85ed8\",\"to\":\"0x9c402e3b0d123323f0fced781b8184ec7e02dd31\",\"data\":\"0x80500d20000000000000000000000000617cf26407193e32a771264fb5e9b8f09715cdfbffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000b8e38d8fd38425734e69a7cba63124a781f85ed8\"}],\"id\":43,\"jsonrpc\":\"2.0\"}","requestMethod":"POST","url":"https://rpc.ankr.com/eth_goerli"}, method="estimateGas", transaction={"from":"0xb8e38D8fD38425734e69a7CBa63124a781f85ED8","to":"0x9c402E3b0D123323F0FCed781b8184Ec7E02Dd31","value":{"type":"BigNumber","hex":"0x00"},"data":"0x80500d20000000000000000000000000617cf26407193e32a771264fb5e9b8f09715cdfbffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000b8e38d8fd38425734e69a7cba63124a781f85ed8","accessList":null}, code=UNPREDICTABLE_GAS_LIMIT, version=providers/5.5.3)
The withdrawal feature from WAVAX to AVAX on Avalanche network is not working as well. Here is the 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\":67, \"error\": { \"code\":3, \"message\":\"execution reverted\", \"data\":\"0x4e487b710000000000000000000000000000000000000000000000000000000000000011\" } }", "error": { "code":3, "data":"0x4e487b710000000000000000000000000000000000000000000000000000000000000011" }, "requestBody": "{ \"method\":\"eth_estimateGas\", \"params\": [ { \"value\":\"0x0\", \"from\":\"0xb2d06b4ef68b4e3a1ef4f232f411a4adee4f2896\", \"to\":\"0x6f143fe2f7b02424ad3cad1593d6f36c0aab69d7\", \"data\":\"0x80500d20000000000000000000000000794a61358d6845594f94dc1db02a252b5b4814adffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000b2d06b4ef68b4e3a1ef4f232f411a4adee4f2896\" } ], \"id\":67, \"jsonrpc\":\"2.0\" }", "requestMethod":"POST", "url":"https://rpc.ankr.com/avalanche" }, method="estimateGas", transaction= { "from":"0xB2D06b4eF68B4E3a1eF4F232F411A4ADee4F2896", "to":"0x6F143FE2F7B02424ad3CaD1593D6f36c0Aab69d7", "value": { "type":"BigNumber", "hex":"0x00" }, "data":"0x80500d20000000000000000000000000794a61358d6845594f94dc1db02a252b5b4814adffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000b2d06b4ef68b4e3a1ef4f232f411a4adee4f2896", "accessList":null }, code=UNPREDICTABLE_GAS_LIMIT, version=providers/5.5.3 )
This is the transaction that I have done, successful in supplying from aWETH to WETH https://goerli.etherscan.io/tx/0x934681c2ebae458e45c9e1bd985cc384ff7a5ab2c36ef14f3bbe4b72949f7c98
But feature on web is not running smoothly, unable to supply ETH from WETH
And the withdrawal feature from WETH to ETH is also not working
Hopefully the team can fix it soon. Thank You