fuels-ts
fuels-ts copied to clipboard
contract call not considering `txParams`
What version of fuels-ts are you using?
0.84.0
Steps to Reproduce
execute a contract function and try to inform txParams
Expected Behavior
SDK should respect the value that user sends
Actual Behavior
gasLimit
and maxFee
are calculated and set no matter what you pass
Possible duplicate of https://github.com/FuelLabs/fuels-ts/issues/2243.