Junaid

Results 84 comments of Junaid

so if using a testing env is causing changes in code to be tested, thn it should be avoided. and in case of requirement of SSL, I think thats ok.

@Quicksaver if you want `gasPrice` set by default (want to send default legacy 0x0 tx ) , instead of 0x2 Txs gas params, use following: ``` const web3 = new...

web3.js sends 0x2 Txs by default and only sets `maxPriorityFeePerGas` and `maxFeePerGas` { ... gasPrice: undefined, maxPriorityFeePerGas: "0x9502f900", maxFeePerGas: "0x21c2c77fc0", .. }

It should be mentioned in migration guide that its in accounts package. Thanks @richtera for pointing it.

@Deepak2030 are you still available to work on this, Thanks

> LGTM. Thanks for your contribution. Please fix lint test @electroluxcode could you fix conflicting file and above comments, Thanks