Since the last update, my multicalls started ending with OutOfGas error.
match multicall
.with_tx_policies(
TxPolicies::default()
.with_tip(1)
.with_script_gas_limit(800_000 * self.multicall_size as u64),
)
.submit()
.await
It looks like the latest update changed something critically.
Even simple methods on the contract fail.
Tx example: Fuel Explorer