This PR reduces the number of calls to the gas estimation endpoint.
Every transaction confirmation process displays the gas estimation data of the transaction, but when the transaction is triggered from the mobile app, the gas estimation data is already included in the transaction and there is no need to make a call to the endpoint.
This PR reduces the number of calls to the gas estimation endpoint.
Every transaction confirmation process displays the gas estimation data of the transaction, but when the transaction is triggered from the mobile app, the gas estimation data is already included in the transaction and there is no need to make a call to the endpoint.