File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -143,8 +143,6 @@ const handleContinue = async () => {
143143 let gasPrice = appStore .gas .slow
144144
145145 let fee = gasPrice * estimatedGas > 1 ? Math .trunc (gasPrice * estimatedGas) : 10000
146- console .log (fee);
147- console .log (estimatedGas)
148146
149147 const proto = [
150148 {
@@ -227,7 +225,7 @@ const handleContinue = async () => {
227225 icon: " danger" ,
228226 title: ` Something went wrong` ,
229227 description: e .message ,
230- autoDestroy: false ,
228+ autoDestroy: true ,
231229 },
232230 })
233231 }
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ const runGasLimitEstimation = async () => {
187187 [protoMsgs],
188188 [{ denom: " utia" , amount: " 1" }],
189189 )
190+
190191 estimatedGasLimit .value = parseInt (gasUsed)
191192}
192193
You can’t perform that action at this time.
0 commit comments