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
During the upgrade on polygon mainnet, the script was failing with "transaction underpriced" error. It worked only after getFees was changed to return gasPrice instead of EIP-1559 compliant maxPriorityFeePerGas and maxFeePerGas.
This resulted in much more expensive tx fees overall.
The problem was not present on any other networks where we upgraded or deployed v2.3.0 version.
Investigate how to properly handle fees on all networks.
The text was updated successfully, but these errors were encountered:
During the upgrade on polygon mainnet, the script was failing with "transaction underpriced" error. It worked only after
getFees
was changed to returngasPrice
instead of EIP-1559 compliantmaxPriorityFeePerGas
andmaxFeePerGas
.This resulted in much more expensive tx fees overall.
The problem was not present on any other networks where we upgraded or deployed v2.3.0 version.
Investigate how to properly handle fees on all networks.
The text was updated successfully, but these errors were encountered: