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
Many libraries have updated EIP-1559 support with no much backwards compatibility enabled (like ethers-io/ethers.js#1610).
Estimate gas methods are now failing on chains that don't have EIP-1559 support
Suggested Solution
Build a workaround on estimateGas RPC method and/or implement EIP-1559 on block logic
The text was updated successfully, but these errors were encountered:
Motivation
Many libraries have updated EIP-1559 support with no much backwards compatibility enabled (like ethers-io/ethers.js#1610).
Estimate gas methods are now failing on chains that don't have EIP-1559 support
Suggested Solution
Build a workaround on estimateGas RPC method and/or implement EIP-1559 on block logic
The text was updated successfully, but these errors were encountered: