You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
take in the same gasLimit that was used in the first call for the tx (e.g. if estimateGasFee was originally invoked with 1mm gasLimit, then need to use 1mm gasLimit for addNativeGas)
determine how much gas to add based on where the tx is:
if it has already been approved and execution attempted, sdk should return full execution fee
if it has not already been approved and execution not attempted, sdk should subtract gas already paid by user
if it has already been confirmed (i.e. by axelerons), then subtract the original base fee
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: