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
// the sending stack (web3.js / metamask need to have the type defined)
@@ -138,17 +138,17 @@ export class TxRunnerWeb3 {
138
138
gasEstimationForceSend(null,()=>{
139
139
/*
140
140
* gasLimit is a value that can be set in the UI to hardcap value that can be put in a tx.
141
-
* e.g if the gasestimate
141
+
* e.g if the gasestimate
142
142
*/
143
143
if(gasLimit!=='0x0'&&gasEstimation>gasLimit){
144
144
returncallback(`estimated gas for this transaction (${gasEstimation}) is higher than gasLimit set in the configuration (${gasLimit}). Please raise the gas limit.`)
0 commit comments