Started getting OutOfGas since the last update

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

This should be addressed now. Please try it again @vecheslav

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.