Hello,
we are trying to deploy an upgradable contract to a private Polygon Edge node using @openzeppelin/hardhat-upgrades
and we are getting the following error - fetching the pending header is not supported
. When doing an rpc call to eth_getBlockByNumber using the pending flag we get this error back - {"jsonrpc":"2.0","id":1,"error":{"code":-32600,"message":"fetching the pending header is not supported"}}
. Does the hardhat upgrades plugin depend on getting pending blocks and if so is there a way to work around this?
Many Thanks,
Chris