Junaid

Results 138 comments of Junaid

this issue is closed but also check: https://github.com/web3/web3.js/issues/6495

Make sure you correctly calculate the maxFeePerGas and maxPriorityFeePerGas based on real-time network conditions. Try using https://docs.web3js.org/guides/transactions/gas-and-fees#calculating-fees for calculating fee and adjust by increasing `baseFeePerGasFactor` param.

Also you may be aware, we are in the process of sunsetting Web3.js, Our focus during this transition will be on addressing critical issues to ensure a smooth migration for...

also check & test : https://github.com/web3/web3.js/issues/6253

related PR: https://github.com/web3/web3.js/pull/7162

Thank you for creating this issue. We appreciate your contributions to the Web3.js library. As you may be aware, we are in the process of sunsetting Web3.js, Our focus during...

changes for this issue were added via 6937

@Yurii-Pristay could you narrow down block range where you are getting error? ``` import { Web3 } from 'web3'; async function test() { const web3 = new Web3(); const con_abi...