web3.js
web3.js copied to clipboard
[Docs] Issue when sending rawTxs to smart contracts
Hi guys, this example of Sending raw tx works perfectly for sending value, but not for interacting with smart contracts, since the TX object must have maxFeePerGas
, maxPriorityFeePerGas
and gasLimit
.
PR ready for review:
#6783