You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently polygon-testnet started including system transactions in its blocks that have big number chain IDs. ethers treats chain IDs as a Number, which causes it to throw while trying to process said transactions. The latestBlockPercentileGasPrice gas price strategy processes individual transactions from past blocks, which means it would also be affected by this.
See https://github.com/api3dao/tasks/issues/85#issuecomment-1742776927
Recently polygon-testnet started including system transactions in its blocks that have big number chain IDs. ethers treats chain IDs as a
Number
, which causes it to throw while trying to process said transactions. ThelatestBlockPercentileGasPrice
gas price strategy processes individual transactions from past blocks, which means it would also be affected by this.Two possible solutions:
latestBlockPercentileGasPrice
altogetherThe text was updated successfully, but these errors were encountered: