File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6969 >{{txs.length}} {{txs.length>1?'transactions': 'transaction'}}</b-button >
7070 </b-col >
7171 </b-row >
72- <hr />
72+ <hr v-if = " block.baseFeePerGas " />
7373 <b-row v-if =" block.baseFeePerGas" >
7474 <b-col lg =" 2" >
7575 <strong >Base Fee</strong >
Original file line number Diff line number Diff line change 106106 <sup v-if =" tx.gasPriceCoef" >price coef {{tx.gasPriceCoef}}</sup >
107107 </b-col >
108108 </b-row >
109- <hr />
109+ <hr v-if = " tx.maxFeePerGas " />
110110 <b-row v-if =" tx.maxFeePerGas" >
111111 <b-col lg =" 2" >
112112 <strong >Max Fee Per Gas</strong >
115115 <Amount class =" mr-2" sym =" VTHO" :dec =" 18" >{{tx.maxFeePerGas}}</Amount >
116116 </b-col >
117117 </b-row >
118- <hr />
118+ <hr v-if = " tx.maxPriorityFeePerGas " />
119119 <b-row v-if =" tx.maxPriorityFeePerGas" >
120120 <b-col lg =" 2" >
121121 <strong >Max Priority Fee Per Gas</strong >
122122 </b-col >
123123 <b-col lg =" 10" >
124- <Amount class =" mr-2" sym =" VTHO" :dec =" 18" >{{tx.maxPriorityFeePerGas }}</Amount >
124+ <Amount class =" mr-2" sym =" VTHO" :dec =" 18" >{{tx.ma }}</Amount >
125125 </b-col >
126126 </b-row >
127127 <hr />
You can’t perform that action at this time.
0 commit comments